Shades of Brown Pod #3B1E08
Tints of Brown Pod #3B1E08
RGB
CMYK
RGB Variations
Color information
#3B1E08 (or 0x3B1E08) is known color: Brown Pod. HEX triplet: 3B, 1E and 08. RGB value is (59,30,8). Sum of RGB (Red+Green+Blue) = 59+30+8=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E08 is #C4E1F7. Grayscale: #242424. Windows color (decimal): -12902904 or 532027. OLE color: 532027.
HSL color Cylindrical-coordinate representation of color #3B1E08: hue angle of 25.88º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1E08 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 8 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.77 |
| HSL | 25.88º | 0.76% | 0.13% | - |
| HSV(B) | 25.88º | 0.86% | 0.23% | - |
| XYZ | 2.31 | 1.88 | 0.47 | - |
| YUV | 36.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 8 | 0 | 0.49 | 0.86 | 0.77 | 25.88 | 0.76 | 0.13 |
| Hex | 3B | 1E | 8 | 0 | 31 | 56 | 4D | 1A | 4C | D |
| Octal | 73 | 36 | 10 | 0 | 61 | 126 | 115 | 32 | 114 | 15 |
| Binary | 111011 | 11110 | 1000 | 0 | 110001 | 1010110 | 1001101 | 11010 | 1001100 | 1101 |
Color Harmonies of #3B1E08
Complementary color
Monochromatic Colors of #3B1E08
Black with #3B1E08
Text Example
Text Example
White with #3B1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E08; }
p { color: rgb(59,30,8); }
H1.HeaderClassName
{
color: #3B1E08;
}
.AnyTagClassName
{
color: #3B1E08;
}
</style>
background-color css
<style>
a { background-color: #3B1E08; }
a { background-color: rgb(59,30,8); }
div.DivClassName
{
background-color: #3B1E08;
}
.BgClassName
{
background-color: #3B1E08;
}
</style>
border-color css
<style>
span { border-color: #3B1E08; }
span { border-color: rgb(59,30,8); }
td.TdClassName
{
border-color: #3B1E08;
}
.TagClassName
{
border-color: #3B1E08;
}
</style>