Shades of Brown Pod #42160A
Tints of Brown Pod #42160A
RGB
CMYK
RGB Variations
Color information
#42160A (or 0x42160A) is known color: Brown Pod. HEX triplet: 42, 16 and 0A. RGB value is (66,22,10). Sum of RGB (Red+Green+Blue) = 66+22+10=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #42160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42160A is #BDE9F5. Grayscale: #212121. Windows color (decimal): -12446198 or 661058. OLE color: 661058.
HSL color Cylindrical-coordinate representation of color #42160A: hue angle of 12.86º 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 #42160A is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 10 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.74 |
| HSL | 12.86º | 0.74% | 0.15% | - |
| HSV(B) | 12.86º | 0.85% | 0.26% | - |
| XYZ | 2.59 | 1.75 | 0.49 | - |
| YUV | 33.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 10 | 0 | 0.67 | 0.85 | 0.74 | 12.86 | 0.74 | 0.15 |
| Hex | 42 | 16 | A | 0 | 43 | 55 | 4A | D | 4A | F |
| Octal | 102 | 26 | 12 | 0 | 103 | 125 | 112 | 15 | 112 | 17 |
| Binary | 1000010 | 10110 | 1010 | 0 | 1000011 | 1010101 | 1001010 | 1101 | 1001010 | 1111 |
Color Harmonies of #42160A
Complementary color
Monochromatic Colors of #42160A
Black with #42160A
Text Example
Text Example
White with #42160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42160A; }
p { color: rgb(66,22,10); }
H1.HeaderClassName
{
color: #42160A;
}
.AnyTagClassName
{
color: #42160A;
}
</style>
background-color css
<style>
a { background-color: #42160A; }
a { background-color: rgb(66,22,10); }
div.DivClassName
{
background-color: #42160A;
}
.BgClassName
{
background-color: #42160A;
}
</style>
border-color css
<style>
span { border-color: #42160A; }
span { border-color: rgb(66,22,10); }
td.TdClassName
{
border-color: #42160A;
}
.TagClassName
{
border-color: #42160A;
}
</style>