#412E19

Color #412E19 Cola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cola #412E19

Tints of Cola #412E19

Color information

#412E19 (or 0x412E19) is unknown color: approx Cola. HEX triplet: 41, 2E and 19. RGB value is (65,46,25). Sum of RGB (Red+Green+Blue) = 65+46+25=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412E19 is #BED1E6. Grayscale: #313131. Windows color (decimal): -12505575 or 1650241. OLE color: 1650241.

HSL color Cylindrical-coordinate representation of color #412E19: hue angle of 31.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412E19 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB654625-
CMYK00.290.620.75
HSL31.5º44.44%17.65%-
HSV(B)31.5º61.54%25.49%-
XYZ3.333.151.35-
YUV49.29114.29139.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=47.79%
G=33.82%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65462500.290.620.7531.544.4417.65
Hex412E1901D3E4B1f2c12
Octal101563103576113375422
Binary10000011011101100101110111111010010111111110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E19; }

 p { color: rgb(65,46,25); }

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

<style>
 a { background-color: #412E19; }

 a { background-color: rgb(65,46,25); }

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

<style>
 span { border-color: #412E19; }

 span { border-color: rgb(65,46,25); }

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