#402D16

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

Shades of Cola #402D16

Tints of Cola #402D16

Color information

#402D16 (or 0x402D16) is unknown color: approx Cola. HEX triplet: 40, 2D and 16. RGB value is (64,45,22). Sum of RGB (Red+Green+Blue) = 64+45+22=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D16 is #BFD2E9. Grayscale: #303030. Windows color (decimal): -12571370 or 1453376. OLE color: 1453376.

HSL color Cylindrical-coordinate representation of color #402D16: hue angle of 32.86º 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 #402D16 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB644522-
CMYK00.300.660.75
HSL32.86º48.84%16.86%-
HSV(B)32.86º65.62%25.1%-
XYZ3.23.021.17-
YUV48.06113.29139.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=48.85%
G=34.35%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64452200.300.660.7532.8648.8416.86
Hex402D1601E424B213111
Octal1005526036102113416121
Binary1000000101101101100111101000010100101110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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