Shades of Brown Pod #3B1503
Tints of Brown Pod #3B1503
RGB
CMYK
RGB Variations
Color information
#3B1503 (or 0x3B1503) is known color: Brown Pod. HEX triplet: 3B, 15 and 03. RGB value is (59,21,3). Sum of RGB (Red+Green+Blue) = 59+21+3=83 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.08% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 3 (1.56% from 255 or 3.61% from 83); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1503 is #C4EAFC. Grayscale: #1E1E1E. Windows color (decimal): -12905213 or 202043. OLE color: 202043.
HSL color Cylindrical-coordinate representation of color #3B1503: hue angle of 19.29º 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 #3B1503 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 21 | 3 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.77 |
| HSL | 19.29º | 0.9% | 0.12% | - |
| HSV(B) | 19.29º | 0.95% | 0.23% | - |
| XYZ | 2.09 | 1.47 | 0.26 | - |
| YUV | 30.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 3 | 0 | 0.64 | 0.95 | 0.77 | 19.29 | 0.9 | 0.12 |
| Hex | 3B | 15 | 3 | 0 | 40 | 5F | 4D | 13 | 5A | C |
| Octal | 73 | 25 | 3 | 0 | 100 | 137 | 115 | 23 | 132 | 14 |
| Binary | 111011 | 10101 | 11 | 0 | 1000000 | 1011111 | 1001101 | 10011 | 1011010 | 1100 |
Color Harmonies of #3B1503
Complementary color
Monochromatic Colors of #3B1503
Black with #3B1503
Text Example
Text Example
White with #3B1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1503; }
p { color: rgb(59,21,3); }
H1.HeaderClassName
{
color: #3B1503;
}
.AnyTagClassName
{
color: #3B1503;
}
</style>
background-color css
<style>
a { background-color: #3B1503; }
a { background-color: rgb(59,21,3); }
div.DivClassName
{
background-color: #3B1503;
}
.BgClassName
{
background-color: #3B1503;
}
</style>
border-color css
<style>
span { border-color: #3B1503; }
span { border-color: rgb(59,21,3); }
td.TdClassName
{
border-color: #3B1503;
}
.TagClassName
{
border-color: #3B1503;
}
</style>