#403020

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

Shades of Cola #403020

Tints of Cola #403020

Color information

#403020 (or 0x403020) is unknown color: approx Cola. HEX triplet: 40, 30 and 20. RGB value is (64,48,32). Sum of RGB (Red+Green+Blue) = 64+48+32=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 64 - color contains mainly: red. Hex color #403020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403020 is #BFCFDF. Grayscale: #333333. Windows color (decimal): -12570592 or 2109504. OLE color: 2109504.

HSL color Cylindrical-coordinate representation of color #403020: hue angle of 30º 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 #403020 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB644832-
CMYK00.250.500.75
HSL30º33.33%18.82%-
HSV(B)30º50%25.1%-
XYZ3.433.311.82-
YUV50.96117.3137.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64483200.250.500.753033.3318.82
Hex403020019324B1e2113
Octal100604003162113364123
Binary100000011000010000001100111001010010111111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403020; }

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

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

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

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

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

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

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

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