#422820

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

Shades of Brown Pod #422820

Tints of Brown Pod #422820

Color information

#422820 (or 0x422820) is unknown color: approx Brown Pod. HEX triplet: 42, 28 and 20. RGB value is (66,40,32). Sum of RGB (Red+Green+Blue) = 66+40+32=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #422820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422820 is #BDD7DF. Grayscale: #2E2E2E. Windows color (decimal): -12441568 or 2107458. OLE color: 2107458.

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

Color convert

RGB664032-
CMYK00.390.520.74
HSL14.12º34.69%19.22%-
HSV(B)14.12º51.52%25.88%-
XYZ3.272.781.73-
YUV46.86119.61141.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 47.83%
GREEN value IS 40 (16.02% from 255) = 28.99%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=47.83%
G=28.99%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66403200.390.520.7414.1234.6919.22
Hex422820027344Ae2313
Octal102504004764112164323
Binary100001010100010000001001111101001001010111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422820; }

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

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

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

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

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

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

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

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