#422215

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

Shades of Brown Pod #422215

Tints of Brown Pod #422215

Color information

#422215 (or 0x422215) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 15. RGB value is (66,34,21). Sum of RGB (Red+Green+Blue) = 66+34+21=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #422215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422215 is #BDDDEA. Grayscale: #2A2A2A. Windows color (decimal): -12443115 or 1385026. OLE color: 1385026.

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

Color convert

RGB663421-
CMYK00.480.680.74
HSL17.33º51.72%17.06%-
HSV(B)17.33º68.18%25.88%-
XYZ2.952.361.01-
YUV42.09116.1145.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=54.55%
G=28.10%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66342100.480.680.7417.3351.7217.06
Hex422215030444A113411
Octal1024225060104112216421
Binary1000010100010101010110000100010010010101000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422215; }

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

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

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

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

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

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

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

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