Shades of Brown Pod #331705
Tints of Brown Pod #331705
RGB
CMYK
RGB Variations
Color information
#331705 (or 0x331705) is known color: Brown Pod. HEX triplet: 33, 17 and 05. RGB value is (51,23,5). Sum of RGB (Red+Green+Blue) = 51+23+5=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #331705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331705 is #CCE8FA. Grayscale: #1D1D1D. Windows color (decimal): -13428987 or 333619. OLE color: 333619.
HSL color Cylindrical-coordinate representation of color #331705: hue angle of 23.48º 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 #331705 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 5 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.8 |
| HSL | 23.48º | 0.82% | 0.11% | - |
| HSV(B) | 23.48º | 0.9% | 0.2% | - |
| XYZ | 1.7 | 1.33 | 0.31 | - |
| YUV | 29.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 5 | 0 | 0.55 | 0.90 | 0.8 | 23.48 | 0.82 | 0.11 |
| Hex | 33 | 17 | 5 | 0 | 37 | 5A | 50 | 17 | 52 | B |
| Octal | 63 | 27 | 5 | 0 | 67 | 132 | 120 | 27 | 122 | 13 |
| Binary | 110011 | 10111 | 101 | 0 | 110111 | 1011010 | 1010000 | 10111 | 1010010 | 1011 |
Color Harmonies of #331705
Complementary color
Monochromatic Colors of #331705
Black with #331705
Text Example
Text Example
White with #331705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331705; }
p { color: rgb(51,23,5); }
H1.HeaderClassName
{
color: #331705;
}
.AnyTagClassName
{
color: #331705;
}
</style>
background-color css
<style>
a { background-color: #331705; }
a { background-color: rgb(51,23,5); }
div.DivClassName
{
background-color: #331705;
}
.BgClassName
{
background-color: #331705;
}
</style>
border-color css
<style>
span { border-color: #331705; }
span { border-color: rgb(51,23,5); }
td.TdClassName
{
border-color: #331705;
}
.TagClassName
{
border-color: #331705;
}
</style>