Shades of Brown Pod #331305
Tints of Brown Pod #331305
RGB
CMYK
RGB Variations
Color information
#331305 (or 0x331305) is known color: Brown Pod. HEX triplet: 33, 13 and 05. RGB value is (51,19,5). Sum of RGB (Red+Green+Blue) = 51+19+5=75 (9% of max value = 765). Red value is 51 (20.31% from 255 or 68% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 51 - color contains mainly: red. Hex color #331305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331305 is #CCECFA. Grayscale: #1B1B1B. Windows color (decimal): -13430011 or 332595. OLE color: 332595.
HSL color Cylindrical-coordinate representation of color #331305: hue angle of 18.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331305 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 19 | 5 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.8 |
| HSL | 18.26º | 0.82% | 0.11% | - |
| HSV(B) | 18.26º | 0.9% | 0.2% | - |
| XYZ | 1.63 | 1.18 | 0.29 | - |
| YUV | 26.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 5 | 0 | 0.63 | 0.90 | 0.8 | 18.26 | 0.82 | 0.11 |
| Hex | 33 | 13 | 5 | 0 | 3F | 5A | 50 | 12 | 52 | B |
| Octal | 63 | 23 | 5 | 0 | 77 | 132 | 120 | 22 | 122 | 13 |
| Binary | 110011 | 10011 | 101 | 0 | 111111 | 1011010 | 1010000 | 10010 | 1010010 | 1011 |
Color Harmonies of #331305
Complementary color
Monochromatic Colors of #331305
Black with #331305
Text Example
Text Example
White with #331305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331305; }
p { color: rgb(51,19,5); }
H1.HeaderClassName
{
color: #331305;
}
.AnyTagClassName
{
color: #331305;
}
</style>
background-color css
<style>
a { background-color: #331305; }
a { background-color: rgb(51,19,5); }
div.DivClassName
{
background-color: #331305;
}
.BgClassName
{
background-color: #331305;
}
</style>
border-color css
<style>
span { border-color: #331305; }
span { border-color: rgb(51,19,5); }
td.TdClassName
{
border-color: #331305;
}
.TagClassName
{
border-color: #331305;
}
</style>