Shades of Brown Pod #3B1703
Tints of Brown Pod #3B1703
RGB
CMYK
RGB Variations
Color information
#3B1703 (or 0x3B1703) is known color: Brown Pod. HEX triplet: 3B, 17 and 03. RGB value is (59,23,3). Sum of RGB (Red+Green+Blue) = 59+23+3=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 3 (1.56% from 255 or 3.53% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1703 is #C4E8FC. Grayscale: #1F1F1F. Windows color (decimal): -12904701 or 202555. OLE color: 202555.
HSL color Cylindrical-coordinate representation of color #3B1703: hue angle of 21.43º 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 #3B1703 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 3 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.77 |
| HSL | 21.43º | 0.9% | 0.12% | - |
| HSV(B) | 21.43º | 0.95% | 0.23% | - |
| XYZ | 2.13 | 1.55 | 0.27 | - |
| YUV | 31.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 3 | 0 | 0.61 | 0.95 | 0.77 | 21.43 | 0.9 | 0.12 |
| Hex | 3B | 17 | 3 | 0 | 3D | 5F | 4D | 15 | 5A | C |
| Octal | 73 | 27 | 3 | 0 | 75 | 137 | 115 | 25 | 132 | 14 |
| Binary | 111011 | 10111 | 11 | 0 | 111101 | 1011111 | 1001101 | 10101 | 1011010 | 1100 |
Color Harmonies of #3B1703
Complementary color
Monochromatic Colors of #3B1703
Black with #3B1703
Text Example
Text Example
White with #3B1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1703; }
p { color: rgb(59,23,3); }
H1.HeaderClassName
{
color: #3B1703;
}
.AnyTagClassName
{
color: #3B1703;
}
</style>
background-color css
<style>
a { background-color: #3B1703; }
a { background-color: rgb(59,23,3); }
div.DivClassName
{
background-color: #3B1703;
}
.BgClassName
{
background-color: #3B1703;
}
</style>
border-color css
<style>
span { border-color: #3B1703; }
span { border-color: rgb(59,23,3); }
td.TdClassName
{
border-color: #3B1703;
}
.TagClassName
{
border-color: #3B1703;
}
</style>