#412F19

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

Shades of Cola #412F19

Tints of Cola #412F19

Color information

#412F19 (or 0x412F19) is unknown color: approx Cola. HEX triplet: 41, 2F and 19. RGB value is (65,47,25). Sum of RGB (Red+Green+Blue) = 65+47+25=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #412F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F19 is #BED0E6. Grayscale: #313131. Windows color (decimal): -12505319 or 1650497. OLE color: 1650497.

HSL color Cylindrical-coordinate representation of color #412F19: hue angle of 33º 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 #412F19 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB654725-
CMYK00.280.620.75
HSL33º44.44%17.65%-
HSV(B)33º61.54%25.49%-
XYZ3.373.231.36-
YUV49.87113.96138.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=47.45%
G=34.31%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65472500.280.620.753344.4417.65
Hex412F1901C3E4B212c12
Octal101573103476113415422
Binary100000110111111001011100111110100101110000110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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