#422120

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

Shades of Brown Pod #422120

Tints of Brown Pod #422120

Color information

#422120 (or 0x422120) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 20. RGB value is (66,33,32). Sum of RGB (Red+Green+Blue) = 66+33+32=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #422120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422120 is #BDDEDF. Grayscale: #2A2A2A. Windows color (decimal): -12443360 or 2105666. OLE color: 2105666.

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

Color convert

RGB663332-
CMYK00.50.520.74
HSL1.76º34.69%19.22%-
HSV(B)1.76º51.52%25.88%-
XYZ3.052.351.66-
YUV42.75121.93144.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=50.38%
G=25.19%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66333200.50.520.741.7634.6919.22
Hex422120032344A22313
Octal10241400626411224323
Binary1000010100001100000011001011010010010101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422120; }

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

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

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

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

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

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

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

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