#412D16

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

Shades of Cola #412D16

Tints of Cola #412D16

Color information

#412D16 (or 0x412D16) is unknown color: approx Cola. HEX triplet: 41, 2D and 16. RGB value is (65,45,22). Sum of RGB (Red+Green+Blue) = 65+45+22=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D16 is #BED2E9. Grayscale: #303030. Windows color (decimal): -12505834 or 1453377. OLE color: 1453377.

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

Color convert

RGB654522-
CMYK00.310.660.75
HSL32.09º49.43%17.06%-
HSV(B)32.09º66.15%25.49%-
XYZ3.263.061.18-
YUV48.36113.13139.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=49.24%
G=34.09%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65452200.310.660.7532.0949.4317.06
Hex412D1601F424B203111
Octal1015526037102113406121
Binary1000001101101101100111111000010100101110000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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