Shades of Brown Pod #3D1201
Tints of Brown Pod #3D1201
RGB
CMYK
RGB Variations
Color information
#3D1201 (or 0x3D1201) is known color: Brown Pod. HEX triplet: 3D, 12 and 01. RGB value is (61,18,1). Sum of RGB (Red+Green+Blue) = 61+18+1=80 (10% of max value = 765). Red value is 61 (24.22% from 255 or 76.25% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1201 is #C2EDFE. Grayscale: #1D1D1D. Windows color (decimal): -12774911 or 70205. OLE color: 70205.
HSL color Cylindrical-coordinate representation of color #3D1201: hue angle of 17º 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 #3D1201 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 18 | 1 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.76 |
| HSL | 17º | 0.97% | 0.12% | - |
| HSV(B) | 17º | 0.98% | 0.24% | - |
| XYZ | 2.15 | 1.43 | 0.19 | - |
| YUV | 28.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 18 | 1 | 0 | 0.70 | 0.98 | 0.76 | 17 | 0.97 | 0.12 |
| Hex | 3D | 12 | 1 | 0 | 46 | 62 | 4C | 11 | 61 | C |
| Octal | 75 | 22 | 1 | 0 | 106 | 142 | 114 | 21 | 141 | 14 |
| Binary | 111101 | 10010 | 1 | 0 | 1000110 | 1100010 | 1001100 | 10001 | 1100001 | 1100 |
Color Harmonies of #3D1201
Complementary color
Monochromatic Colors of #3D1201
Black with #3D1201
Text Example
Text Example
White with #3D1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1201; }
p { color: rgb(61,18,1); }
H1.HeaderClassName
{
color: #3D1201;
}
.AnyTagClassName
{
color: #3D1201;
}
</style>
background-color css
<style>
a { background-color: #3D1201; }
a { background-color: rgb(61,18,1); }
div.DivClassName
{
background-color: #3D1201;
}
.BgClassName
{
background-color: #3D1201;
}
</style>
border-color css
<style>
span { border-color: #3D1201; }
span { border-color: rgb(61,18,1); }
td.TdClassName
{
border-color: #3D1201;
}
.TagClassName
{
border-color: #3D1201;
}
</style>