#422121

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

Shades of Livid Brown #422121

Tints of Livid Brown #422121

Color information

#422121 (or 0x422121) is unknown color: approx Livid Brown. HEX triplet: 42, 21 and 21. RGB value is (66,33,33). Sum of RGB (Red+Green+Blue) = 66+33+33=132 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 66 - color contains mainly: red. Hex color #422121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422121 is #BDDEDE. Grayscale: #2A2A2A. Windows color (decimal): -12443359 or 2171202. OLE color: 2171202.

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

Color convert

RGB663333-
CMYK00.50.50.74
HSL33.33%19.41%-
HSV(B)50%25.88%-
XYZ3.072.361.73-
YUV42.87122.43144.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 33 (13.28% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66333300.50.50.74033.3319.41
Hex422121032324A02113
Octal10241410626211204123
Binary100001010000110000101100101100101001010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422121; }

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

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

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

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

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

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

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

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