Shades of Brown Pod #42160B
Tints of Brown Pod #42160B
RGB
CMYK
RGB Variations
Color information
#42160B (or 0x42160B) is known color: Brown Pod. HEX triplet: 42, 16 and 0B. RGB value is (66,22,11). Sum of RGB (Red+Green+Blue) = 66+22+11=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #42160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42160B is #BDE9F4. Grayscale: #212121. Windows color (decimal): -12446197 or 726594. OLE color: 726594.
HSL color Cylindrical-coordinate representation of color #42160B: hue angle of 12º 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 #42160B is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 11 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.74 |
| HSL | 12º | 0.71% | 0.15% | - |
| HSV(B) | 12º | 0.83% | 0.26% | - |
| XYZ | 2.59 | 1.76 | 0.52 | - |
| YUV | 33.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 11 | 0 | 0.67 | 0.83 | 0.74 | 12 | 0.71 | 0.15 |
| Hex | 42 | 16 | B | 0 | 43 | 53 | 4A | C | 47 | F |
| Octal | 102 | 26 | 13 | 0 | 103 | 123 | 112 | 14 | 107 | 17 |
| Binary | 1000010 | 10110 | 1011 | 0 | 1000011 | 1010011 | 1001010 | 1100 | 1000111 | 1111 |
Color Harmonies of #42160B
Complementary color
Monochromatic Colors of #42160B
Black with #42160B
Text Example
Text Example
White with #42160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42160B; }
p { color: rgb(66,22,11); }
H1.HeaderClassName
{
color: #42160B;
}
.AnyTagClassName
{
color: #42160B;
}
</style>
background-color css
<style>
a { background-color: #42160B; }
a { background-color: rgb(66,22,11); }
div.DivClassName
{
background-color: #42160B;
}
.BgClassName
{
background-color: #42160B;
}
</style>
border-color css
<style>
span { border-color: #42160B; }
span { border-color: rgb(66,22,11); }
td.TdClassName
{
border-color: #42160B;
}
.TagClassName
{
border-color: #42160B;
}
</style>