#422420

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

Shades of Brown Pod #422420

Tints of Brown Pod #422420

Color information

#422420 (or 0x422420) is unknown color: approx Brown Pod. HEX triplet: 42, 24 and 20. RGB value is (66,36,32). Sum of RGB (Red+Green+Blue) = 66+36+32=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422420 is #BDDBDF. Grayscale: #2C2C2C. Windows color (decimal): -12442592 or 2106434. OLE color: 2106434.

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

Color convert

RGB663632-
CMYK00.450.520.74
HSL7.06º34.69%19.22%-
HSV(B)7.06º51.52%25.88%-
XYZ3.142.521.69-
YUV44.51120.94143.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=49.25%
G=26.87%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66363200.450.520.747.0634.6919.22
Hex42242002D344A72313
Octal10244400556411274323
Binary10000101001001000000101101110100100101011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422420; }

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

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

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

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

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

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

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

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