#402D11

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

Shades of Cola #402D11

Tints of Cola #402D11

Color information

#402D11 (or 0x402D11) is unknown color: approx Cola. HEX triplet: 40, 2D and 11. RGB value is (64,45,17). Sum of RGB (Red+Green+Blue) = 64+45+17=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D11 is #BFD2EE. Grayscale: #2F2F2F. Windows color (decimal): -12571375 or 1125696. OLE color: 1125696.

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

Color convert

RGB644517-
CMYK00.300.730.75
HSL35.74º58.02%15.88%-
HSV(B)35.74º73.44%25.1%-
XYZ3.153.010.94-
YUV47.49110.79139.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=50.79%
G=35.71%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64451700.300.730.7535.7458.0215.88
Hex402D1101E494B243a10
Octal1005521036111113447220
Binary1000000101101100010111101001001100101110010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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