Shades of Brown Pod #3D1D17
Tints of Brown Pod #3D1D17
RGB
CMYK
RGB Variations
Color information
#3D1D17 (or 0x3D1D17) is known color: Brown Pod. HEX triplet: 3D, 1D and 17. RGB value is (61,29,23). Sum of RGB (Red+Green+Blue) = 61+29+23=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D17 is #C2E2E8. Grayscale: #252525. Windows color (decimal): -12772073 or 1514813. OLE color: 1514813.
HSL color Cylindrical-coordinate representation of color #3D1D17: hue angle of 9.47º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D1D17 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 23 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.76 |
| HSL | 9.47º | 0.45% | 0.16% | - |
| HSV(B) | 9.47º | 0.62% | 0.24% | - |
| XYZ | 2.52 | 1.93 | 1.05 | - |
| YUV | 37.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 23 | 0 | 0.52 | 0.62 | 0.76 | 9.47 | 0.45 | 0.16 |
| Hex | 3D | 1D | 17 | 0 | 34 | 3E | 4C | 9 | 2D | 10 |
| Octal | 75 | 35 | 27 | 0 | 64 | 76 | 114 | 11 | 55 | 20 |
| Binary | 111101 | 11101 | 10111 | 0 | 110100 | 111110 | 1001100 | 1001 | 101101 | 10000 |
Color Harmonies of #3D1D17
Complementary color
Monochromatic Colors of #3D1D17
Black with #3D1D17
Text Example
Text Example
White with #3D1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D17; }
p { color: rgb(61,29,23); }
H1.HeaderClassName
{
color: #3D1D17;
}
.AnyTagClassName
{
color: #3D1D17;
}
</style>
background-color css
<style>
a { background-color: #3D1D17; }
a { background-color: rgb(61,29,23); }
div.DivClassName
{
background-color: #3D1D17;
}
.BgClassName
{
background-color: #3D1D17;
}
</style>
border-color css
<style>
span { border-color: #3D1D17; }
span { border-color: rgb(61,29,23); }
td.TdClassName
{
border-color: #3D1D17;
}
.TagClassName
{
border-color: #3D1D17;
}
</style>