#482E14

Color #482E14 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #482E14

Tints of Clinker #482E14

Color information

#482E14 (or 0x482E14) is unknown color: approx Clinker. HEX triplet: 48, 2E and 14. RGB value is (72,46,20). Sum of RGB (Red+Green+Blue) = 72+46+20=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 46 (18.36% from 255 or 33.33% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482E14 is #B7D1EB. Grayscale: #323232. Windows color (decimal): -12046828 or 1322568. OLE color: 1322568.

HSL color Cylindrical-coordinate representation of color #482E14: hue angle of 30º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482E14 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB724620-
CMYK00.360.720.72
HSL30º56.52%18.04%-
HSV(B)30º72.22%28.24%-
XYZ3.783.381.12-
YUV50.81110.61143.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 46 (18.36% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=52.17%
G=33.33%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72462000.360.720.723056.5218.04
Hex482E1402448481e3912
Octal1105624044110110367122
Binary1001000101110101000100100100100010010001111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482E14; }

 p { color: rgb(72,46,20); }

 H1.HeaderClassName
 {
   color: #482E14;
 }
 .AnyTagClassName
 {
   color: #482E14;
 }
</style>
background-color css

<style>
 a { background-color: #482E14; }

 a { background-color: rgb(72,46,20); }

 div.DivClassName
 {
   background-color: #482E14;
 }
 .BgClassName
 {
   background-color: #482E14;
 }
</style>
border-color css

<style>
 span { border-color: #482E14; }

 span { border-color: rgb(72,46,20); }

 td.TdClassName
 {
   border-color: #482E14;
 }
 .TagClassName
 {
   border-color: #482E14;
 }
</style>