Shades of Brown Pod #3B1C16
Tints of Brown Pod #3B1C16
RGB
CMYK
RGB Variations
Color information
#3B1C16 (or 0x3B1C16) is known color: Brown Pod. HEX triplet: 3B, 1C and 16. RGB value is (59,28,22). Sum of RGB (Red+Green+Blue) = 59+28+22=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1C16 is #C4E3E9. Grayscale: #242424. Windows color (decimal): -12903402 or 1449019. OLE color: 1449019.
HSL color Cylindrical-coordinate representation of color #3B1C16: hue angle of 9.73º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B1C16 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 28 | 22 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.77 |
| HSL | 9.73º | 0.46% | 0.16% | - |
| HSV(B) | 9.73º | 0.63% | 0.23% | - |
| XYZ | 2.36 | 1.82 | 0.99 | - |
| YUV | 36.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 22 | 0 | 0.53 | 0.63 | 0.77 | 9.73 | 0.46 | 0.16 |
| Hex | 3B | 1C | 16 | 0 | 35 | 3F | 4D | A | 2E | 10 |
| Octal | 73 | 34 | 26 | 0 | 65 | 77 | 115 | 12 | 56 | 20 |
| Binary | 111011 | 11100 | 10110 | 0 | 110101 | 111111 | 1001101 | 1010 | 101110 | 10000 |
Color Harmonies of #3B1C16
Complementary color
Monochromatic Colors of #3B1C16
Black with #3B1C16
Text Example
Text Example
White with #3B1C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C16; }
p { color: rgb(59,28,22); }
H1.HeaderClassName
{
color: #3B1C16;
}
.AnyTagClassName
{
color: #3B1C16;
}
</style>
background-color css
<style>
a { background-color: #3B1C16; }
a { background-color: rgb(59,28,22); }
div.DivClassName
{
background-color: #3B1C16;
}
.BgClassName
{
background-color: #3B1C16;
}
</style>
border-color css
<style>
span { border-color: #3B1C16; }
span { border-color: rgb(59,28,22); }
td.TdClassName
{
border-color: #3B1C16;
}
.TagClassName
{
border-color: #3B1C16;
}
</style>