Shades of Brown Pod #3D1302
Tints of Brown Pod #3D1302
RGB
CMYK
RGB Variations
Color information
#3D1302 (or 0x3D1302) is known color: Brown Pod. HEX triplet: 3D, 13 and 02. RGB value is (61,19,2). Sum of RGB (Red+Green+Blue) = 61+19+2=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1302 is #C2ECFD. Grayscale: #1D1D1D. Windows color (decimal): -12774654 or 135997. OLE color: 135997.
HSL color Cylindrical-coordinate representation of color #3D1302: hue angle of 17.29º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D1302 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 19 | 2 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.76 |
| HSL | 17.29º | 0.94% | 0.12% | - |
| HSV(B) | 17.29º | 0.97% | 0.24% | - |
| XYZ | 2.17 | 1.46 | 0.23 | - |
| YUV | 29.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 19 | 2 | 0 | 0.69 | 0.97 | 0.76 | 17.29 | 0.94 | 0.12 |
| Hex | 3D | 13 | 2 | 0 | 45 | 61 | 4C | 11 | 5E | C |
| Octal | 75 | 23 | 2 | 0 | 105 | 141 | 114 | 21 | 136 | 14 |
| Binary | 111101 | 10011 | 10 | 0 | 1000101 | 1100001 | 1001100 | 10001 | 1011110 | 1100 |
Color Harmonies of #3D1302
Complementary color
Monochromatic Colors of #3D1302
Black with #3D1302
Text Example
Text Example
White with #3D1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1302; }
p { color: rgb(61,19,2); }
H1.HeaderClassName
{
color: #3D1302;
}
.AnyTagClassName
{
color: #3D1302;
}
</style>
background-color css
<style>
a { background-color: #3D1302; }
a { background-color: rgb(61,19,2); }
div.DivClassName
{
background-color: #3D1302;
}
.BgClassName
{
background-color: #3D1302;
}
</style>
border-color css
<style>
span { border-color: #3D1302; }
span { border-color: rgb(61,19,2); }
td.TdClassName
{
border-color: #3D1302;
}
.TagClassName
{
border-color: #3D1302;
}
</style>