#422210

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

Shades of Brown Pod #422210

Tints of Brown Pod #422210

Color information

#422210 (or 0x422210) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 10. RGB value is (66,34,16). Sum of RGB (Red+Green+Blue) = 66+34+16=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #422210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422210 is #BDDDEF. Grayscale: #292929. Windows color (decimal): -12443120 or 1057346. OLE color: 1057346.

HSL color Cylindrical-coordinate representation of color #422210: hue angle of 21.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422210 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB663416-
CMYK00.480.760.74
HSL21.6º60.98%16.08%-
HSV(B)21.6º75.76%25.88%-
XYZ2.912.340.79-
YUV41.52113.6145.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=56.90%
G=29.31%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66341600.480.760.7421.660.9816.08
Hex4222100304C4A163d10
Octal1024220060114112267520
Binary1000010100010100000110000100110010010101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422210; }

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

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

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

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

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

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

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

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