#412D18

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

Shades of Cola #412D18

Tints of Cola #412D18

Color information

#412D18 (or 0x412D18) is unknown color: approx Cola. HEX triplet: 41, 2D and 18. RGB value is (65,45,24). Sum of RGB (Red+Green+Blue) = 65+45+24=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D18 is #BED2E7. Grayscale: #303030. Windows color (decimal): -12505832 or 1584449. OLE color: 1584449.

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

Color convert

RGB654524-
CMYK00.310.630.75
HSL30.73º46.07%17.45%-
HSV(B)30.73º63.08%25.49%-
XYZ3.283.071.28-
YUV48.59114.13139.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=48.51%
G=33.58%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65452400.310.630.7530.7346.0717.45
Hex412D1801F3F4B1f2e11
Octal101553003777113375621
Binary10000011011011100001111111111110010111111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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