Shades of Brown Pod #42210F
Tints of Brown Pod #42210F
RGB
CMYK
RGB Variations
Color information
#42210F (or 0x42210F) is known color: Brown Pod. HEX triplet: 42, 21 and 0F. RGB value is (66,33,15). Sum of RGB (Red+Green+Blue) = 66+33+15=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #42210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42210F is #BDDEF0. Grayscale: #282828. Windows color (decimal): -12443377 or 991554. OLE color: 991554.
HSL color Cylindrical-coordinate representation of color #42210F: hue angle of 21.18º 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 #42210F is Cyan = 0, Magento = 0.5, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 33 | 15 | - |
| CMYK | 0 | 0.5 | 0.77 | 0.74 |
| HSL | 21.18º | 0.63% | 0.16% | - |
| HSV(B) | 21.18º | 0.77% | 0.26% | - |
| XYZ | 2.88 | 2.28 | 0.74 | - |
| YUV | 40.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 15 | 0 | 0.5 | 0.77 | 0.74 | 21.18 | 0.63 | 0.16 |
| Hex | 42 | 21 | F | 0 | 32 | 4D | 4A | 15 | 3F | 10 |
| Octal | 102 | 41 | 17 | 0 | 62 | 115 | 112 | 25 | 77 | 20 |
| Binary | 1000010 | 100001 | 1111 | 0 | 110010 | 1001101 | 1001010 | 10101 | 111111 | 10000 |
Color Harmonies of #42210F
Complementary color
Monochromatic Colors of #42210F
Black with #42210F
Text Example
Text Example
White with #42210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42210F; }
p { color: rgb(66,33,15); }
H1.HeaderClassName
{
color: #42210F;
}
.AnyTagClassName
{
color: #42210F;
}
</style>
background-color css
<style>
a { background-color: #42210F; }
a { background-color: rgb(66,33,15); }
div.DivClassName
{
background-color: #42210F;
}
.BgClassName
{
background-color: #42210F;
}
</style>
border-color css
<style>
span { border-color: #42210F; }
span { border-color: rgb(66,33,15); }
td.TdClassName
{
border-color: #42210F;
}
.TagClassName
{
border-color: #42210F;
}
</style>