Shades of Brown Pod #3D1401
Tints of Brown Pod #3D1401
RGB
CMYK
RGB Variations
Color information
#3D1401 (or 0x3D1401) is known color: Brown Pod. HEX triplet: 3D, 14 and 01. RGB value is (61,20,1). Sum of RGB (Red+Green+Blue) = 61+20+1=82 (10% of max value = 765). Red value is 61 (24.22% from 255 or 74.39% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D1401 is #C2EBFE. Grayscale: #1E1E1E. Windows color (decimal): -12774399 or 70717. OLE color: 70717.
HSL color Cylindrical-coordinate representation of color #3D1401: hue angle of 19º 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 #3D1401 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 20 | 1 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.76 |
| HSL | 19º | 0.97% | 0.12% | - |
| HSV(B) | 19º | 0.98% | 0.24% | - |
| XYZ | 2.18 | 1.49 | 0.2 | - |
| YUV | 30.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 20 | 1 | 0 | 0.67 | 0.98 | 0.76 | 19 | 0.97 | 0.12 |
| Hex | 3D | 14 | 1 | 0 | 43 | 62 | 4C | 13 | 61 | C |
| Octal | 75 | 24 | 1 | 0 | 103 | 142 | 114 | 23 | 141 | 14 |
| Binary | 111101 | 10100 | 1 | 0 | 1000011 | 1100010 | 1001100 | 10011 | 1100001 | 1100 |
Color Harmonies of #3D1401
Complementary color
Monochromatic Colors of #3D1401
Black with #3D1401
Text Example
Text Example
White with #3D1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1401; }
p { color: rgb(61,20,1); }
H1.HeaderClassName
{
color: #3D1401;
}
.AnyTagClassName
{
color: #3D1401;
}
</style>
background-color css
<style>
a { background-color: #3D1401; }
a { background-color: rgb(61,20,1); }
div.DivClassName
{
background-color: #3D1401;
}
.BgClassName
{
background-color: #3D1401;
}
</style>
border-color css
<style>
span { border-color: #3D1401; }
span { border-color: rgb(61,20,1); }
td.TdClassName
{
border-color: #3D1401;
}
.TagClassName
{
border-color: #3D1401;
}
</style>