Shades of Brown Pod #39170B
Tints of Brown Pod #39170B
RGB
CMYK
RGB Variations
Color information
#39170B (or 0x39170B) is known color: Brown Pod. HEX triplet: 39, 17 and 0B. RGB value is (57,23,11). Sum of RGB (Red+Green+Blue) = 57+23+11=91 (12% of max value = 765). Red value is 57 (22.66% from 255 or 62.64% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 57 - color contains mainly: red. Hex color #39170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39170B is #C6E8F4. Grayscale: #1F1F1F. Windows color (decimal): -13035765 or 726841. OLE color: 726841.
HSL color Cylindrical-coordinate representation of color #39170B: hue angle of 15.65º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39170B is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 23 | 11 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.78 |
| HSL | 15.65º | 0.68% | 0.13% | - |
| HSV(B) | 15.65º | 0.81% | 0.22% | - |
| XYZ | 2.05 | 1.51 | 0.5 | - |
| YUV | 31.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 11 | 0 | 0.60 | 0.81 | 0.78 | 15.65 | 0.68 | 0.13 |
| Hex | 39 | 17 | B | 0 | 3C | 51 | 4E | 10 | 44 | D |
| Octal | 71 | 27 | 13 | 0 | 74 | 121 | 116 | 20 | 104 | 15 |
| Binary | 111001 | 10111 | 1011 | 0 | 111100 | 1010001 | 1001110 | 10000 | 1000100 | 1101 |
Color Harmonies of #39170B
Complementary color
Monochromatic Colors of #39170B
Black with #39170B
Text Example
Text Example
White with #39170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39170B; }
p { color: rgb(57,23,11); }
H1.HeaderClassName
{
color: #39170B;
}
.AnyTagClassName
{
color: #39170B;
}
</style>
background-color css
<style>
a { background-color: #39170B; }
a { background-color: rgb(57,23,11); }
div.DivClassName
{
background-color: #39170B;
}
.BgClassName
{
background-color: #39170B;
}
</style>
border-color css
<style>
span { border-color: #39170B; }
span { border-color: rgb(57,23,11); }
td.TdClassName
{
border-color: #39170B;
}
.TagClassName
{
border-color: #39170B;
}
</style>