Shades of Brown Pod #3B1903
Tints of Brown Pod #3B1903
RGB
CMYK
RGB Variations
Color information
#3B1903 (or 0x3B1903) is known color: Brown Pod. HEX triplet: 3B, 19 and 03. RGB value is (59,25,3). Sum of RGB (Red+Green+Blue) = 59+25+3=87 (11% of max value = 765). Red value is 59 (23.44% from 255 or 67.82% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1903 is #C4E6FC. Grayscale: #202020. Windows color (decimal): -12904189 or 203067. OLE color: 203067.
HSL color Cylindrical-coordinate representation of color #3B1903: hue angle of 23.57º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B1903 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 3 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.77 |
| HSL | 23.57º | 0.9% | 0.12% | - |
| HSV(B) | 23.57º | 0.95% | 0.23% | - |
| XYZ | 2.17 | 1.63 | 0.29 | - |
| YUV | 32.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 3 | 0 | 0.58 | 0.95 | 0.77 | 23.57 | 0.9 | 0.12 |
| Hex | 3B | 19 | 3 | 0 | 3A | 5F | 4D | 18 | 5A | C |
| Octal | 73 | 31 | 3 | 0 | 72 | 137 | 115 | 30 | 132 | 14 |
| Binary | 111011 | 11001 | 11 | 0 | 111010 | 1011111 | 1001101 | 11000 | 1011010 | 1100 |
Color Harmonies of #3B1903
Complementary color
Monochromatic Colors of #3B1903
Black with #3B1903
Text Example
Text Example
White with #3B1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1903; }
p { color: rgb(59,25,3); }
H1.HeaderClassName
{
color: #3B1903;
}
.AnyTagClassName
{
color: #3B1903;
}
</style>
background-color css
<style>
a { background-color: #3B1903; }
a { background-color: rgb(59,25,3); }
div.DivClassName
{
background-color: #3B1903;
}
.BgClassName
{
background-color: #3B1903;
}
</style>
border-color css
<style>
span { border-color: #3B1903; }
span { border-color: rgb(59,25,3); }
td.TdClassName
{
border-color: #3B1903;
}
.TagClassName
{
border-color: #3B1903;
}
</style>