#402F20

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

Shades of Cola #402F20

Tints of Cola #402F20

Color information

#402F20 (or 0x402F20) is unknown color: approx Cola. HEX triplet: 40, 2F and 20. RGB value is (64,47,32). Sum of RGB (Red+Green+Blue) = 64+47+32=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F20 is #BFD0DF. Grayscale: #323232. Windows color (decimal): -12570848 or 2109248. OLE color: 2109248.

HSL color Cylindrical-coordinate representation of color #402F20: hue angle of 28.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #402F20 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB644732-
CMYK00.270.500.75
HSL28.12º33.33%18.82%-
HSV(B)28.12º50%25.1%-
XYZ3.393.231.81-
YUV50.37117.63137.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=44.76%
G=32.87%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64473200.270.500.7528.1233.3318.82
Hex402F2001B324B1c2113
Octal100574003362113344123
Binary100000010111110000001101111001010010111110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,47,32); }

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

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

 a { background-color: rgb(64,47,32); }

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

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

 span { border-color: rgb(64,47,32); }

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