Shades of Brown Pod #3D1904
Tints of Brown Pod #3D1904
RGB
CMYK
RGB Variations
Color information
#3D1904 (or 0x3D1904) is known color: Brown Pod. HEX triplet: 3D, 19 and 04. RGB value is (61,25,4). Sum of RGB (Red+Green+Blue) = 61+25+4=90 (11% of max value = 765). Red value is 61 (24.22% from 255 or 67.78% from 90); Green value is 25 (10.16% from 255 or 27.78% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1904 is #C2E6FB. Grayscale: #212121. Windows color (decimal): -12773116 or 268605. OLE color: 268605.
HSL color Cylindrical-coordinate representation of color #3D1904: hue angle of 22.11º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3D1904 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 4 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.76 |
| HSL | 22.11º | 0.88% | 0.13% | - |
| HSV(B) | 22.11º | 0.93% | 0.24% | - |
| XYZ | 2.29 | 1.7 | 0.32 | - |
| YUV | 33.37 | 111.43 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 4 | 0 | 0.59 | 0.93 | 0.76 | 22.11 | 0.88 | 0.13 |
| Hex | 3D | 19 | 4 | 0 | 3B | 5D | 4C | 16 | 58 | D |
| Octal | 75 | 31 | 4 | 0 | 73 | 135 | 114 | 26 | 130 | 15 |
| Binary | 111101 | 11001 | 100 | 0 | 111011 | 1011101 | 1001100 | 10110 | 1011000 | 1101 |
Color Harmonies of #3D1904
Complementary color
Monochromatic Colors of #3D1904
Black with #3D1904
Text Example
Text Example
White with #3D1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1904; }
p { color: rgb(61,25,4); }
H1.HeaderClassName
{
color: #3D1904;
}
.AnyTagClassName
{
color: #3D1904;
}
</style>
background-color css
<style>
a { background-color: #3D1904; }
a { background-color: rgb(61,25,4); }
div.DivClassName
{
background-color: #3D1904;
}
.BgClassName
{
background-color: #3D1904;
}
</style>
border-color css
<style>
span { border-color: #3D1904; }
span { border-color: rgb(61,25,4); }
td.TdClassName
{
border-color: #3D1904;
}
.TagClassName
{
border-color: #3D1904;
}
</style>