Shades of Brown Pod #3D1905
Tints of Brown Pod #3D1905
RGB
CMYK
RGB Variations
Color information
#3D1905 (or 0x3D1905) is known color: Brown Pod. HEX triplet: 3D, 19 and 05. RGB value is (61,25,5). Sum of RGB (Red+Green+Blue) = 61+25+5=91 (12% of max value = 765). Red value is 61 (24.22% from 255 or 67.03% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1905 is #C2E6FA. Grayscale: #212121. Windows color (decimal): -12773115 or 334141. OLE color: 334141.
HSL color Cylindrical-coordinate representation of color #3D1905: hue angle of 21.43º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D1905 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 5 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.76 |
| HSL | 21.43º | 0.85% | 0.13% | - |
| HSV(B) | 21.43º | 0.92% | 0.24% | - |
| XYZ | 2.3 | 1.7 | 0.35 | - |
| YUV | 33.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 5 | 0 | 0.59 | 0.92 | 0.76 | 21.43 | 0.85 | 0.13 |
| Hex | 3D | 19 | 5 | 0 | 3B | 5C | 4C | 15 | 55 | D |
| Octal | 75 | 31 | 5 | 0 | 73 | 134 | 114 | 25 | 125 | 15 |
| Binary | 111101 | 11001 | 101 | 0 | 111011 | 1011100 | 1001100 | 10101 | 1010101 | 1101 |
Color Harmonies of #3D1905
Complementary color
Monochromatic Colors of #3D1905
Black with #3D1905
Text Example
Text Example
White with #3D1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1905; }
p { color: rgb(61,25,5); }
H1.HeaderClassName
{
color: #3D1905;
}
.AnyTagClassName
{
color: #3D1905;
}
</style>
background-color css
<style>
a { background-color: #3D1905; }
a { background-color: rgb(61,25,5); }
div.DivClassName
{
background-color: #3D1905;
}
.BgClassName
{
background-color: #3D1905;
}
</style>
border-color css
<style>
span { border-color: #3D1905; }
span { border-color: rgb(61,25,5); }
td.TdClassName
{
border-color: #3D1905;
}
.TagClassName
{
border-color: #3D1905;
}
</style>