#422221

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

Shades of Livid Brown #422221

Tints of Livid Brown #422221

Color information

#422221 (or 0x422221) is unknown color: approx Livid Brown. HEX triplet: 42, 22 and 21. RGB value is (66,34,33). Sum of RGB (Red+Green+Blue) = 66+34+33=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422221 is #BDDDDE. Grayscale: #2B2B2B. Windows color (decimal): -12443103 or 2171458. OLE color: 2171458.

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

Color convert

RGB663433-
CMYK00.480.50.74
HSL1.82º33.33%19.41%-
HSV(B)1.82º50%25.88%-
XYZ3.092.411.74-
YUV43.45122.1144.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=49.62%
G=25.56%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66343300.480.50.741.8233.3319.41
Hex422221030324A22113
Octal10242410606211224123
Binary1000010100010100001011000011001010010101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422221; }

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

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

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

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

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

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

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

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