#412F18

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

Shades of Cola #412F18

Tints of Cola #412F18

Color information

#412F18 (or 0x412F18) is unknown color: approx Cola. HEX triplet: 41, 2F and 18. RGB value is (65,47,24). Sum of RGB (Red+Green+Blue) = 65+47+24=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F18 is #BED0E7. Grayscale: #313131. Windows color (decimal): -12505320 or 1584961. OLE color: 1584961.

HSL color Cylindrical-coordinate representation of color #412F18: hue angle of 33.66º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412F18 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB654724-
CMYK00.280.630.75
HSL33.66º46.07%17.45%-
HSV(B)33.66º63.08%25.49%-
XYZ3.363.221.31-
YUV49.76113.46138.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=47.79%
G=34.56%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65472400.280.630.7533.6646.0717.45
Hex412F1801C3F4B222e11
Octal101573003477113425621
Binary100000110111111000011100111111100101110001010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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