Shades of Brown Pod #42170B
Tints of Brown Pod #42170B
RGB
CMYK
RGB Variations
Color information
#42170B (or 0x42170B) is known color: Brown Pod. HEX triplet: 42, 17 and 0B. RGB value is (66,23,11). Sum of RGB (Red+Green+Blue) = 66+23+11=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #42170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42170B is #BDE8F4. Grayscale: #222222. Windows color (decimal): -12445941 or 726850. OLE color: 726850.
HSL color Cylindrical-coordinate representation of color #42170B: hue angle of 13.09º 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 #42170B is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 23 | 11 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.74 |
| HSL | 13.09º | 0.71% | 0.15% | - |
| HSV(B) | 13.09º | 0.83% | 0.26% | - |
| XYZ | 2.61 | 1.8 | 0.53 | - |
| YUV | 34.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 11 | 0 | 0.65 | 0.83 | 0.74 | 13.09 | 0.71 | 0.15 |
| Hex | 42 | 17 | B | 0 | 41 | 53 | 4A | D | 47 | F |
| Octal | 102 | 27 | 13 | 0 | 101 | 123 | 112 | 15 | 107 | 17 |
| Binary | 1000010 | 10111 | 1011 | 0 | 1000001 | 1010011 | 1001010 | 1101 | 1000111 | 1111 |
Color Harmonies of #42170B
Complementary color
Monochromatic Colors of #42170B
Black with #42170B
Text Example
Text Example
White with #42170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42170B; }
p { color: rgb(66,23,11); }
H1.HeaderClassName
{
color: #42170B;
}
.AnyTagClassName
{
color: #42170B;
}
</style>
background-color css
<style>
a { background-color: #42170B; }
a { background-color: rgb(66,23,11); }
div.DivClassName
{
background-color: #42170B;
}
.BgClassName
{
background-color: #42170B;
}
</style>
border-color css
<style>
span { border-color: #42170B; }
span { border-color: rgb(66,23,11); }
td.TdClassName
{
border-color: #42170B;
}
.TagClassName
{
border-color: #42170B;
}
</style>