#422416

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

Shades of Brown Pod #422416

Tints of Brown Pod #422416

Color information

#422416 (or 0x422416) is unknown color: approx Brown Pod. HEX triplet: 42, 24 and 16. RGB value is (66,36,22). Sum of RGB (Red+Green+Blue) = 66+36+22=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #422416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422416 is #BDDBE9. Grayscale: #2B2B2B. Windows color (decimal): -12442602 or 1451074. OLE color: 1451074.

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

Color convert

RGB663622-
CMYK00.450.670.74
HSL19.09º50%17.25%-
HSV(B)19.09º66.67%25.88%-
XYZ3.022.481.08-
YUV43.37115.94144.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 53.23%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=53.23%
G=29.03%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66362200.450.670.7419.095017.25
Hex42241602D434A133211
Octal1024426055103112236221
Binary1000010100100101100101101100001110010101001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422416; }

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

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

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

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

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

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

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

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