Shades of Brown Pod #3B1E14
Tints of Brown Pod #3B1E14
RGB
CMYK
RGB Variations
Color information
#3B1E14 (or 0x3B1E14) is known color: Brown Pod. HEX triplet: 3B, 1E and 14. RGB value is (59,30,20). Sum of RGB (Red+Green+Blue) = 59+30+20=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B1E14 is #C4E1EB. Grayscale: #252525. Windows color (decimal): -12902892 or 1318459. OLE color: 1318459.
HSL color Cylindrical-coordinate representation of color #3B1E14: hue angle of 15.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1E14 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 30 | 20 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.77 |
| HSL | 15.38º | 0.49% | 0.15% | - |
| HSV(B) | 15.38º | 0.66% | 0.23% | - |
| XYZ | 2.39 | 1.91 | 0.9 | - |
| YUV | 37.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 20 | 0 | 0.49 | 0.66 | 0.77 | 15.38 | 0.49 | 0.15 |
| Hex | 3B | 1E | 14 | 0 | 31 | 42 | 4D | F | 31 | F |
| Octal | 73 | 36 | 24 | 0 | 61 | 102 | 115 | 17 | 61 | 17 |
| Binary | 111011 | 11110 | 10100 | 0 | 110001 | 1000010 | 1001101 | 1111 | 110001 | 1111 |
Color Harmonies of #3B1E14
Complementary color
Monochromatic Colors of #3B1E14
Black with #3B1E14
Text Example
Text Example
White with #3B1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1E14; }
p { color: rgb(59,30,20); }
H1.HeaderClassName
{
color: #3B1E14;
}
.AnyTagClassName
{
color: #3B1E14;
}
</style>
background-color css
<style>
a { background-color: #3B1E14; }
a { background-color: rgb(59,30,20); }
div.DivClassName
{
background-color: #3B1E14;
}
.BgClassName
{
background-color: #3B1E14;
}
</style>
border-color css
<style>
span { border-color: #3B1E14; }
span { border-color: rgb(59,30,20); }
td.TdClassName
{
border-color: #3B1E14;
}
.TagClassName
{
border-color: #3B1E14;
}
</style>