Shades of Brown Pod #3D1901
Tints of Brown Pod #3D1901
RGB
CMYK
RGB Variations
Color information
#3D1901 (or 0x3D1901) is known color: Brown Pod. HEX triplet: 3D, 19 and 01. RGB value is (61,25,1). Sum of RGB (Red+Green+Blue) = 61+25+1=87 (11% of max value = 765). Red value is 61 (24.22% from 255 or 70.11% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1901 is #C2E6FE. Grayscale: #212121. Windows color (decimal): -12773119 or 71997. OLE color: 71997.
HSL color Cylindrical-coordinate representation of color #3D1901: hue angle of 24º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3D1901 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 1 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.76 |
| HSL | 24º | 0.97% | 0.12% | - |
| HSV(B) | 24º | 0.98% | 0.24% | - |
| XYZ | 2.28 | 1.69 | 0.23 | - |
| YUV | 33.03 | 109.93 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 1 | 0 | 0.59 | 0.98 | 0.76 | 24 | 0.97 | 0.12 |
| Hex | 3D | 19 | 1 | 0 | 3B | 62 | 4C | 18 | 61 | C |
| Octal | 75 | 31 | 1 | 0 | 73 | 142 | 114 | 30 | 141 | 14 |
| Binary | 111101 | 11001 | 1 | 0 | 111011 | 1100010 | 1001100 | 11000 | 1100001 | 1100 |
Color Harmonies of #3D1901
Complementary color
Monochromatic Colors of #3D1901
Black with #3D1901
Text Example
Text Example
White with #3D1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1901; }
p { color: rgb(61,25,1); }
H1.HeaderClassName
{
color: #3D1901;
}
.AnyTagClassName
{
color: #3D1901;
}
</style>
background-color css
<style>
a { background-color: #3D1901; }
a { background-color: rgb(61,25,1); }
div.DivClassName
{
background-color: #3D1901;
}
.BgClassName
{
background-color: #3D1901;
}
</style>
border-color css
<style>
span { border-color: #3D1901; }
span { border-color: rgb(61,25,1); }
td.TdClassName
{
border-color: #3D1901;
}
.TagClassName
{
border-color: #3D1901;
}
</style>