#412D11

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

Shades of Cola #412D11

Tints of Cola #412D11

Color information

#412D11 (or 0x412D11) is unknown color: approx Cola. HEX triplet: 41, 2D and 11. RGB value is (65,45,17). Sum of RGB (Red+Green+Blue) = 65+45+17=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D11 is #BED2EE. Grayscale: #2F2F2F. Windows color (decimal): -12505839 or 1125697. OLE color: 1125697.

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

Color convert

RGB654517-
CMYK00.310.740.75
HSL35º58.54%16.08%-
HSV(B)35º73.85%25.49%-
XYZ3.223.040.95-
YUV47.79110.63140.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 45 (17.97% from 255) = 35.43%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=51.18%
G=35.43%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65451700.310.740.753558.5416.08
Hex412D1101F4A4B233b10
Octal1015521037112113437320
Binary1000001101101100010111111001010100101110001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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