Shades of Brown Pod #42200A
Tints of Brown Pod #42200A
RGB
CMYK
RGB Variations
Color information
#42200A (or 0x42200A) is known color: Brown Pod. HEX triplet: 42, 20 and 0A. RGB value is (66,32,10). Sum of RGB (Red+Green+Blue) = 66+32+10=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #42200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42200A is #BDDFF5. Grayscale: #272727. Windows color (decimal): -12443638 or 663618. OLE color: 663618.
HSL color Cylindrical-coordinate representation of color #42200A: hue angle of 23.57º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42200A is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 10 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.74 |
| HSL | 23.57º | 0.74% | 0.15% | - |
| HSV(B) | 23.57º | 0.85% | 0.26% | - |
| XYZ | 2.82 | 2.21 | 0.57 | - |
| YUV | 39.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 10 | 0 | 0.52 | 0.85 | 0.74 | 23.57 | 0.74 | 0.15 |
| Hex | 42 | 20 | A | 0 | 34 | 55 | 4A | 18 | 4A | F |
| Octal | 102 | 40 | 12 | 0 | 64 | 125 | 112 | 30 | 112 | 17 |
| Binary | 1000010 | 100000 | 1010 | 0 | 110100 | 1010101 | 1001010 | 11000 | 1001010 | 1111 |
Color Harmonies of #42200A
Complementary color
Monochromatic Colors of #42200A
Black with #42200A
Text Example
Text Example
White with #42200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42200A; }
p { color: rgb(66,32,10); }
H1.HeaderClassName
{
color: #42200A;
}
.AnyTagClassName
{
color: #42200A;
}
</style>
background-color css
<style>
a { background-color: #42200A; }
a { background-color: rgb(66,32,10); }
div.DivClassName
{
background-color: #42200A;
}
.BgClassName
{
background-color: #42200A;
}
</style>
border-color css
<style>
span { border-color: #42200A; }
span { border-color: rgb(66,32,10); }
td.TdClassName
{
border-color: #42200A;
}
.TagClassName
{
border-color: #42200A;
}
</style>