#402D18

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

Shades of Cola #402D18

Tints of Cola #402D18

Color information

#402D18 (or 0x402D18) is unknown color: approx Cola. HEX triplet: 40, 2D and 18. RGB value is (64,45,24). Sum of RGB (Red+Green+Blue) = 64+45+24=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 45 (17.97% from 255 or 33.83% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D18 is #BFD2E7. Grayscale: #303030. Windows color (decimal): -12571368 or 1584448. OLE color: 1584448.

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

Color convert

RGB644524-
CMYK00.300.620.75
HSL31.5º45.45%17.25%-
HSV(B)31.5º62.5%25.1%-
XYZ3.223.031.28-
YUV48.29114.29139.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 45 (17.97% from 255) = 33.83%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=48.12%
G=33.83%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64452400.300.620.7531.545.4517.25
Hex402D1801E3E4B1f2d11
Octal100553003676113375521
Binary10000001011011100001111011111010010111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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