#412D12

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

Shades of Cola #412D12

Tints of Cola #412D12

Color information

#412D12 (or 0x412D12) is unknown color: approx Cola. HEX triplet: 41, 2D and 12. RGB value is (65,45,18). Sum of RGB (Red+Green+Blue) = 65+45+18=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D12 is #BED2ED. Grayscale: #303030. Windows color (decimal): -12505838 or 1191233. OLE color: 1191233.

HSL color Cylindrical-coordinate representation of color #412D12: hue angle of 34.47º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #412D12 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB654518-
CMYK00.310.720.75
HSL34.47º56.63%16.27%-
HSV(B)34.47º72.31%25.49%-
XYZ3.233.040.99-
YUV47.9111.13140.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=50.78%
G=35.16%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65451800.310.720.7534.4756.6316.27
Hex412D1201F484B223910
Octal1015522037110113427120
Binary1000001101101100100111111001000100101110001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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