#412D15

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

Shades of Cola #412D15

Tints of Cola #412D15

Color information

#412D15 (or 0x412D15) is unknown color: approx Cola. HEX triplet: 41, 2D and 15. RGB value is (65,45,21). Sum of RGB (Red+Green+Blue) = 65+45+21=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D15 is #BED2EA. Grayscale: #303030. Windows color (decimal): -12505835 or 1387841. OLE color: 1387841.

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

Color convert

RGB654521-
CMYK00.310.680.75
HSL32.73º51.16%16.86%-
HSV(B)32.73º67.69%25.49%-
XYZ3.253.051.13-
YUV48.24112.63139.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=49.62%
G=34.35%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65452100.310.680.7532.7351.1616.86
Hex412D1501F444B213311
Octal1015525037104113416321
Binary1000001101101101010111111000100100101110000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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