Shades of Brown Pod #3D1D13
Tints of Brown Pod #3D1D13
RGB
CMYK
RGB Variations
Color information
#3D1D13 (or 0x3D1D13) is known color: Brown Pod. HEX triplet: 3D, 1D and 13. RGB value is (61,29,19). Sum of RGB (Red+Green+Blue) = 61+29+19=109 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.96% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D13 is #C2E2EC. Grayscale: #252525. Windows color (decimal): -12772077 or 1252669. OLE color: 1252669.
HSL color Cylindrical-coordinate representation of color #3D1D13: hue angle of 14.29º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D1D13 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 29 | 19 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.76 |
| HSL | 14.29º | 0.53% | 0.16% | - |
| HSV(B) | 14.29º | 0.69% | 0.24% | - |
| XYZ | 2.48 | 1.92 | 0.86 | - |
| YUV | 37.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 19 | 0 | 0.52 | 0.69 | 0.76 | 14.29 | 0.53 | 0.16 |
| Hex | 3D | 1D | 13 | 0 | 34 | 45 | 4C | E | 34 | 10 |
| Octal | 75 | 35 | 23 | 0 | 64 | 105 | 114 | 16 | 64 | 20 |
| Binary | 111101 | 11101 | 10011 | 0 | 110100 | 1000101 | 1001100 | 1110 | 110100 | 10000 |
Color Harmonies of #3D1D13
Complementary color
Monochromatic Colors of #3D1D13
Black with #3D1D13
Text Example
Text Example
White with #3D1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D13; }
p { color: rgb(61,29,19); }
H1.HeaderClassName
{
color: #3D1D13;
}
.AnyTagClassName
{
color: #3D1D13;
}
</style>
background-color css
<style>
a { background-color: #3D1D13; }
a { background-color: rgb(61,29,19); }
div.DivClassName
{
background-color: #3D1D13;
}
.BgClassName
{
background-color: #3D1D13;
}
</style>
border-color css
<style>
span { border-color: #3D1D13; }
span { border-color: rgb(61,29,19); }
td.TdClassName
{
border-color: #3D1D13;
}
.TagClassName
{
border-color: #3D1D13;
}
</style>