#42220B

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

Shades of Brown Pod #42220B

Tints of Brown Pod #42220B

Color information

#42220B (or 0x42220B) is unknown color: approx Brown Pod. HEX triplet: 42, 22 and 0B. RGB value is (66,34,11). Sum of RGB (Red+Green+Blue) = 66+34+11=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42220B is #BDDDF4. Grayscale: #292929. Windows color (decimal): -12443125 or 729666. OLE color: 729666.

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

Color convert

RGB663411-
CMYK00.480.830.74
HSL25.09º71.43%15.1%-
HSV(B)25.09º83.33%25.88%-
XYZ2.882.330.61-
YUV40.95111.1145.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=59.46%
G=30.63%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66341100.480.830.7425.0971.4315.1
Hex4222B030534A1947f
Octal10242130601231123110717
Binary100001010001010110110000101001110010101100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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