#422520

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

Shades of Brown Pod #422520

Tints of Brown Pod #422520

Color information

#422520 (or 0x422520) is unknown color: approx Brown Pod. HEX triplet: 42, 25 and 20. RGB value is (66,37,32). Sum of RGB (Red+Green+Blue) = 66+37+32=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422520 is #BDDADF. Grayscale: #2D2D2D. Windows color (decimal): -12442336 or 2106690. OLE color: 2106690.

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

Color convert

RGB663732-
CMYK00.440.520.74
HSL8.82º34.69%19.22%-
HSV(B)8.82º51.52%25.88%-
XYZ3.172.591.7-
YUV45.1120.61142.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 32 (12.89% from 255) = 23.70%
R=48.89%
G=27.41%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66373200.440.520.748.8234.6919.22
Hex42252002C344A92313
Octal102454005464112114323
Binary100001010010110000001011001101001001010100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422520; }

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

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

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

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

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

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

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

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