Shades of Brown Pod #3D170B
Tints of Brown Pod #3D170B
RGB
CMYK
RGB Variations
Color information
#3D170B (or 0x3D170B) is known color: Brown Pod. HEX triplet: 3D, 17 and 0B. RGB value is (61,23,11). Sum of RGB (Red+Green+Blue) = 61+23+11=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D170B is #C2E8F4. Grayscale: #212121. Windows color (decimal): -12773621 or 726845. OLE color: 726845.
HSL color Cylindrical-coordinate representation of color #3D170B: hue angle of 14.4º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D170B is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 23 | 11 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.76 |
| HSL | 14.4º | 0.69% | 0.14% | - |
| HSV(B) | 14.4º | 0.82% | 0.24% | - |
| XYZ | 2.29 | 1.63 | 0.51 | - |
| YUV | 32.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 23 | 11 | 0 | 0.62 | 0.82 | 0.76 | 14.4 | 0.69 | 0.14 |
| Hex | 3D | 17 | B | 0 | 3E | 52 | 4C | E | 45 | E |
| Octal | 75 | 27 | 13 | 0 | 76 | 122 | 114 | 16 | 105 | 16 |
| Binary | 111101 | 10111 | 1011 | 0 | 111110 | 1010010 | 1001100 | 1110 | 1000101 | 1110 |
Color Harmonies of #3D170B
Complementary color
Monochromatic Colors of #3D170B
Black with #3D170B
Text Example
Text Example
White with #3D170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D170B; }
p { color: rgb(61,23,11); }
H1.HeaderClassName
{
color: #3D170B;
}
.AnyTagClassName
{
color: #3D170B;
}
</style>
background-color css
<style>
a { background-color: #3D170B; }
a { background-color: rgb(61,23,11); }
div.DivClassName
{
background-color: #3D170B;
}
.BgClassName
{
background-color: #3D170B;
}
</style>
border-color css
<style>
span { border-color: #3D170B; }
span { border-color: rgb(61,23,11); }
td.TdClassName
{
border-color: #3D170B;
}
.TagClassName
{
border-color: #3D170B;
}
</style>