#422112

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

Shades of Brown Pod #422112

Tints of Brown Pod #422112

Color information

#422112 (or 0x422112) is unknown color: approx Brown Pod. HEX triplet: 42, 21 and 12. RGB value is (66,33,18). Sum of RGB (Red+Green+Blue) = 66+33+18=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #422112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422112 is #BDDEED. Grayscale: #292929. Windows color (decimal): -12443374 or 1188162. OLE color: 1188162.

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

Color convert

RGB663318-
CMYK00.50.730.74
HSL18.75º57.14%16.47%-
HSV(B)18.75º72.73%25.88%-
XYZ2.92.290.86-
YUV41.16114.93145.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 33 (13.28% from 255) = 28.21%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=56.41%
G=28.21%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66331800.50.730.7418.7557.1416.47
Hex422112032494A133910
Octal1024122062111112237120
Binary1000010100001100100110010100100110010101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422112; }

 p { color: rgb(66,33,18); }

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

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

 a { background-color: rgb(66,33,18); }

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

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

 span { border-color: rgb(66,33,18); }

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