#42220F

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

Shades of Brown Pod #42220F

Tints of Brown Pod #42220F

Color information

#42220F (or 0x42220F) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 0F. RGB value is (66,34,15). Sum of RGB (Red+Green+Blue) = 66+34+15=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42220F is #BDDDF0. Grayscale: #292929. Windows color (decimal): -12443121 or 991810. OLE color: 991810.

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

Color convert

RGB663415-
CMYK00.480.770.74
HSL22.35º62.96%15.88%-
HSV(B)22.35º77.27%25.88%-
XYZ2.912.340.75-
YUV41.4113.1145.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.39%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=57.39%
G=29.57%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66341500.480.770.7422.3562.9615.88
Hex4222F0304D4A163f10
Octal1024217060115112267720
Binary100001010001011110110000100110110010101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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