#402120

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

Shades of Livid Brown #402120

Tints of Livid Brown #402120

Color information

#402120 (or 0x402120) is unknown color: approx Livid Brown. HEX triplet: 40, 21 and 20. RGB value is (64,33,32). Sum of RGB (Red+Green+Blue) = 64+33+32=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #402120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402120 is #BFDEDF. Grayscale: #2A2A2A. Windows color (decimal): -12574432 or 2105664. OLE color: 2105664.

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

Color convert

RGB643332-
CMYK00.480.500.75
HSL1.88º33.33%18.82%-
HSV(B)1.88º50%25.1%-
XYZ2.922.281.65-
YUV42.16122.27143.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=49.61%
G=25.58%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64333200.480.500.751.8833.3318.82
Hex402120030324B22113
Octal10041400606211324123
Binary1000000100001100000011000011001010010111010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402120; }

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

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

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

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

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

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

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

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