Shades of Brown Pod #42210B
Tints of Brown Pod #42210B
RGB
CMYK
RGB Variations
Color information
#42210B (or 0x42210B) is known color: Brown Pod. HEX triplet: 42, 21 and 0B. RGB value is (66,33,11). Sum of RGB (Red+Green+Blue) = 66+33+11=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #42210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #42210B is #BDDEF4. Grayscale: #282828. Windows color (decimal): -12443381 or 729410. OLE color: 729410.
HSL color Cylindrical-coordinate representation of color #42210B: hue angle of 24º 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 #42210B is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 33 | 11 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.74 |
| HSL | 24º | 0.71% | 0.15% | - |
| HSV(B) | 24º | 0.83% | 0.26% | - |
| XYZ | 2.85 | 2.27 | 0.6 | - |
| YUV | 40.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 11 | 0 | 0.5 | 0.83 | 0.74 | 24 | 0.71 | 0.15 |
| Hex | 42 | 21 | B | 0 | 32 | 53 | 4A | 18 | 47 | F |
| Octal | 102 | 41 | 13 | 0 | 62 | 123 | 112 | 30 | 107 | 17 |
| Binary | 1000010 | 100001 | 1011 | 0 | 110010 | 1010011 | 1001010 | 11000 | 1000111 | 1111 |
Color Harmonies of #42210B
Complementary color
Monochromatic Colors of #42210B
Black with #42210B
Text Example
Text Example
White with #42210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42210B; }
p { color: rgb(66,33,11); }
H1.HeaderClassName
{
color: #42210B;
}
.AnyTagClassName
{
color: #42210B;
}
</style>
background-color css
<style>
a { background-color: #42210B; }
a { background-color: rgb(66,33,11); }
div.DivClassName
{
background-color: #42210B;
}
.BgClassName
{
background-color: #42210B;
}
</style>
border-color css
<style>
span { border-color: #42210B; }
span { border-color: rgb(66,33,11); }
td.TdClassName
{
border-color: #42210B;
}
.TagClassName
{
border-color: #42210B;
}
</style>