#422212

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

Shades of Brown Pod #422212

Tints of Brown Pod #422212

Color information

#422212 (or 0x422212) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 12. RGB value is (66,34,18). Sum of RGB (Red+Green+Blue) = 66+34+18=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #422212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422212 is #BDDDED. Grayscale: #292929. Windows color (decimal): -12443118 or 1188418. OLE color: 1188418.

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

Color convert

RGB663418-
CMYK00.480.730.74
HSL20º57.14%16.47%-
HSV(B)20º72.73%25.88%-
XYZ2.932.350.87-
YUV41.74114.6145.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=55.93%
G=28.81%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66341800.480.730.742057.1416.47
Hex422212030494A143910
Octal1024222060111112247120
Binary1000010100010100100110000100100110010101010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422212; }

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

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

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

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

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

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

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

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