Shades of Brown Pod #331C0E
Tints of Brown Pod #331C0E
RGB
CMYK
RGB Variations
Color information
#331C0E (or 0x331C0E) is known color: Brown Pod. HEX triplet: 33, 1C and 0E. RGB value is (51,28,14). Sum of RGB (Red+Green+Blue) = 51+28+14=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #331C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C0E is #CCE3F1. Grayscale: #212121. Windows color (decimal): -13427698 or 924723. OLE color: 924723.
HSL color Cylindrical-coordinate representation of color #331C0E: hue angle of 22.7º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331C0E is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 14 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.8 |
| HSL | 22.7º | 0.57% | 0.13% | - |
| HSV(B) | 22.7º | 0.73% | 0.2% | - |
| XYZ | 1.86 | 1.57 | 0.62 | - |
| YUV | 33.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 14 | 0 | 0.45 | 0.73 | 0.8 | 22.7 | 0.57 | 0.13 |
| Hex | 33 | 1C | E | 0 | 2D | 49 | 50 | 17 | 39 | D |
| Octal | 63 | 34 | 16 | 0 | 55 | 111 | 120 | 27 | 71 | 15 |
| Binary | 110011 | 11100 | 1110 | 0 | 101101 | 1001001 | 1010000 | 10111 | 111001 | 1101 |
Color Harmonies of #331C0E
Complementary color
Monochromatic Colors of #331C0E
Black with #331C0E
Text Example
Text Example
White with #331C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C0E; }
p { color: rgb(51,28,14); }
H1.HeaderClassName
{
color: #331C0E;
}
.AnyTagClassName
{
color: #331C0E;
}
</style>
background-color css
<style>
a { background-color: #331C0E; }
a { background-color: rgb(51,28,14); }
div.DivClassName
{
background-color: #331C0E;
}
.BgClassName
{
background-color: #331C0E;
}
</style>
border-color css
<style>
span { border-color: #331C0E; }
span { border-color: rgb(51,28,14); }
td.TdClassName
{
border-color: #331C0E;
}
.TagClassName
{
border-color: #331C0E;
}
</style>