Shades of Brown Pod #3B1802
Tints of Brown Pod #3B1802
RGB
CMYK
RGB Variations
Color information
#3B1802 (or 0x3B1802) is known color: Brown Pod. HEX triplet: 3B, 18 and 02. RGB value is (59,24,2). Sum of RGB (Red+Green+Blue) = 59+24+2=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1802 is #C4E7FD. Grayscale: #202020. Windows color (decimal): -12904446 or 137275. OLE color: 137275.
HSL color Cylindrical-coordinate representation of color #3B1802: hue angle of 23.16º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B1802 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 24 | 2 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.77 |
| HSL | 23.16º | 0.93% | 0.12% | - |
| HSV(B) | 23.16º | 0.97% | 0.23% | - |
| XYZ | 2.14 | 1.59 | 0.25 | - |
| YUV | 31.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 24 | 2 | 0 | 0.59 | 0.97 | 0.77 | 23.16 | 0.93 | 0.12 |
| Hex | 3B | 18 | 2 | 0 | 3B | 61 | 4D | 17 | 5D | C |
| Octal | 73 | 30 | 2 | 0 | 73 | 141 | 115 | 27 | 135 | 14 |
| Binary | 111011 | 11000 | 10 | 0 | 111011 | 1100001 | 1001101 | 10111 | 1011101 | 1100 |
Color Harmonies of #3B1802
Complementary color
Monochromatic Colors of #3B1802
Black with #3B1802
Text Example
Text Example
White with #3B1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1802; }
p { color: rgb(59,24,2); }
H1.HeaderClassName
{
color: #3B1802;
}
.AnyTagClassName
{
color: #3B1802;
}
</style>
background-color css
<style>
a { background-color: #3B1802; }
a { background-color: rgb(59,24,2); }
div.DivClassName
{
background-color: #3B1802;
}
.BgClassName
{
background-color: #3B1802;
}
</style>
border-color css
<style>
span { border-color: #3B1802; }
span { border-color: rgb(59,24,2); }
td.TdClassName
{
border-color: #3B1802;
}
.TagClassName
{
border-color: #3B1802;
}
</style>