#402221

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

Shades of Livid Brown #402221

Tints of Livid Brown #402221

Color information

#402221 (or 0x402221) is unknown color: approx Livid Brown. HEX triplet: 40, 22 and 21. RGB value is (64,34,33). Sum of RGB (Red+Green+Blue) = 64+34+33=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402221 is #BFDDDE. Grayscale: #2A2A2A. Windows color (decimal): -12574175 or 2171456. OLE color: 2171456.

HSL color Cylindrical-coordinate representation of color #402221: hue angle of 1.94º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #402221 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB643433-
CMYK00.470.480.75
HSL1.94º31.96%19.02%-
HSV(B)1.94º48.44%25.1%-
XYZ2.962.341.74-
YUV42.86122.44143.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=48.85%
G=25.95%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64343300.470.480.751.9431.9619.02
Hex40222102F304B22013
Octal10042410576011324023
Binary1000000100010100001010111111000010010111010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402221; }

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

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

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

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

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

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

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

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