Shades of Brown Pod #331709
Tints of Brown Pod #331709
RGB
CMYK
RGB Variations
Color information
#331709 (or 0x331709) is known color: Brown Pod. HEX triplet: 33, 17 and 09. RGB value is (51,23,9). Sum of RGB (Red+Green+Blue) = 51+23+9=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331709 is #CCE8F6. Grayscale: #1D1D1D. Windows color (decimal): -13428983 or 595763. OLE color: 595763.
HSL color Cylindrical-coordinate representation of color #331709: hue angle of 20º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331709 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 9 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.8 |
| HSL | 20º | 0.7% | 0.12% | - |
| HSV(B) | 20º | 0.82% | 0.2% | - |
| XYZ | 1.72 | 1.34 | 0.43 | - |
| YUV | 29.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 9 | 0 | 0.55 | 0.82 | 0.8 | 20 | 0.7 | 0.12 |
| Hex | 33 | 17 | 9 | 0 | 37 | 52 | 50 | 14 | 46 | C |
| Octal | 63 | 27 | 11 | 0 | 67 | 122 | 120 | 24 | 106 | 14 |
| Binary | 110011 | 10111 | 1001 | 0 | 110111 | 1010010 | 1010000 | 10100 | 1000110 | 1100 |
Color Harmonies of #331709
Complementary color
Monochromatic Colors of #331709
Black with #331709
Text Example
Text Example
White with #331709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331709; }
p { color: rgb(51,23,9); }
H1.HeaderClassName
{
color: #331709;
}
.AnyTagClassName
{
color: #331709;
}
</style>
background-color css
<style>
a { background-color: #331709; }
a { background-color: rgb(51,23,9); }
div.DivClassName
{
background-color: #331709;
}
.BgClassName
{
background-color: #331709;
}
</style>
border-color css
<style>
span { border-color: #331709; }
span { border-color: rgb(51,23,9); }
td.TdClassName
{
border-color: #331709;
}
.TagClassName
{
border-color: #331709;
}
</style>