Shades of Brown Pod #3B1401
Tints of Brown Pod #3B1401
RGB
CMYK
RGB Variations
Color information
#3B1401 (or 0x3B1401) is known color: Brown Pod. HEX triplet: 3B, 14 and 01. RGB value is (59,20,1). Sum of RGB (Red+Green+Blue) = 59+20+1=80 (10% of max value = 765). Red value is 59 (23.44% from 255 or 73.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1401 is #C4EBFE. Grayscale: #1D1D1D. Windows color (decimal): -12905471 or 70715. OLE color: 70715.
HSL color Cylindrical-coordinate representation of color #3B1401: hue angle of 19.66º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B1401 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 20 | 1 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.77 |
| HSL | 19.66º | 0.97% | 0.12% | - |
| HSV(B) | 19.66º | 0.98% | 0.23% | - |
| XYZ | 2.06 | 1.43 | 0.2 | - |
| YUV | 29.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 20 | 1 | 0 | 0.66 | 0.98 | 0.77 | 19.66 | 0.97 | 0.12 |
| Hex | 3B | 14 | 1 | 0 | 42 | 62 | 4D | 14 | 61 | C |
| Octal | 73 | 24 | 1 | 0 | 102 | 142 | 115 | 24 | 141 | 14 |
| Binary | 111011 | 10100 | 1 | 0 | 1000010 | 1100010 | 1001101 | 10100 | 1100001 | 1100 |
Color Harmonies of #3B1401
Complementary color
Monochromatic Colors of #3B1401
Black with #3B1401
Text Example
Text Example
White with #3B1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1401; }
p { color: rgb(59,20,1); }
H1.HeaderClassName
{
color: #3B1401;
}
.AnyTagClassName
{
color: #3B1401;
}
</style>
background-color css
<style>
a { background-color: #3B1401; }
a { background-color: rgb(59,20,1); }
div.DivClassName
{
background-color: #3B1401;
}
.BgClassName
{
background-color: #3B1401;
}
</style>
border-color css
<style>
span { border-color: #3B1401; }
span { border-color: rgb(59,20,1); }
td.TdClassName
{
border-color: #3B1401;
}
.TagClassName
{
border-color: #3B1401;
}
</style>