#42220E

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

Shades of Brown Pod #42220E

Tints of Brown Pod #42220E

Color information

#42220E (or 0x42220E) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 0E. RGB value is (66,34,14). Sum of RGB (Red+Green+Blue) = 66+34+14=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42220E is #BDDDF1. Grayscale: #292929. Windows color (decimal): -12443122 or 926274. OLE color: 926274.

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

Color convert

RGB663414-
CMYK00.480.790.74
HSL23.08º65%15.69%-
HSV(B)23.08º78.79%25.88%-
XYZ2.92.330.71-
YUV41.29112.6145.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 14 (5.86% from 255) = 12.28%
R=57.89%
G=29.82%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66341400.480.790.7423.086515.69
Hex4222E0304F4A174110
Octal10242160601171122710120
Binary1000010100010111001100001001111100101010111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42220E; }

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

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

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

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

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

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

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

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