#402121

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

Shades of Livid Brown #402121

Tints of Livid Brown #402121

Color information

#402121 (or 0x402121) is unknown color: approx Livid Brown. HEX triplet: 40, 21 and 21. RGB value is (64,33,33). Sum of RGB (Red+Green+Blue) = 64+33+33=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #402121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402121 is #BFDEDE. Grayscale: #2A2A2A. Windows color (decimal): -12574431 or 2171200. OLE color: 2171200.

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

Color convert

RGB643333-
CMYK00.480.480.75
HSL31.96%19.02%-
HSV(B)48.44%25.1%-
XYZ2.932.291.73-
YUV42.27122.77143.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=49.23%
G=25.38%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64333300.480.480.75031.9619.02
Hex402121030304B02013
Octal10041410606011304023
Binary100000010000110000101100001100001001011010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402121; }

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

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

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

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

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

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

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

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