Shades of Brown Pod #331C0D
Tints of Brown Pod #331C0D
RGB
CMYK
RGB Variations
Color information
#331C0D (or 0x331C0D) is known color: Brown Pod. HEX triplet: 33, 1C and 0D. RGB value is (51,28,13). Sum of RGB (Red+Green+Blue) = 51+28+13=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331C0D is #CCE3F2. Grayscale: #212121. Windows color (decimal): -13427699 or 859187. OLE color: 859187.
HSL color Cylindrical-coordinate representation of color #331C0D: hue angle of 23.68º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331C0D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 28 | 13 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.8 |
| HSL | 23.68º | 0.59% | 0.13% | - |
| HSV(B) | 23.68º | 0.75% | 0.2% | - |
| XYZ | 1.85 | 1.56 | 0.58 | - |
| YUV | 33.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 13 | 0 | 0.45 | 0.75 | 0.8 | 23.68 | 0.59 | 0.13 |
| Hex | 33 | 1C | D | 0 | 2D | 4B | 50 | 18 | 3B | D |
| Octal | 63 | 34 | 15 | 0 | 55 | 113 | 120 | 30 | 73 | 15 |
| Binary | 110011 | 11100 | 1101 | 0 | 101101 | 1001011 | 1010000 | 11000 | 111011 | 1101 |
Color Harmonies of #331C0D
Complementary color
Monochromatic Colors of #331C0D
Black with #331C0D
Text Example
Text Example
White with #331C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331C0D; }
p { color: rgb(51,28,13); }
H1.HeaderClassName
{
color: #331C0D;
}
.AnyTagClassName
{
color: #331C0D;
}
</style>
background-color css
<style>
a { background-color: #331C0D; }
a { background-color: rgb(51,28,13); }
div.DivClassName
{
background-color: #331C0D;
}
.BgClassName
{
background-color: #331C0D;
}
</style>
border-color css
<style>
span { border-color: #331C0D; }
span { border-color: rgb(51,28,13); }
td.TdClassName
{
border-color: #331C0D;
}
.TagClassName
{
border-color: #331C0D;
}
</style>