Shades of Brown Pod #33170D
Tints of Brown Pod #33170D
RGB
CMYK
RGB Variations
Color information
#33170D (or 0x33170D) is known color: Brown Pod. HEX triplet: 33, 17 and 0D. RGB value is (51,23,13). Sum of RGB (Red+Green+Blue) = 51+23+13=87 (11% of max value = 765). Red value is 51 (20.31% from 255 or 58.62% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 51 - color contains mainly: red. Hex color #33170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33170D is #CCE8F2. Grayscale: #1E1E1E. Windows color (decimal): -13428979 or 857907. OLE color: 857907.
HSL color Cylindrical-coordinate representation of color #33170D: hue angle of 15.79º 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 #33170D is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 23 | 13 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.8 |
| HSL | 15.79º | 0.59% | 0.13% | - |
| HSV(B) | 15.79º | 0.75% | 0.2% | - |
| XYZ | 1.74 | 1.35 | 0.55 | - |
| YUV | 30.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 13 | 0 | 0.55 | 0.75 | 0.8 | 15.79 | 0.59 | 0.13 |
| Hex | 33 | 17 | D | 0 | 37 | 4B | 50 | 10 | 3B | D |
| Octal | 63 | 27 | 15 | 0 | 67 | 113 | 120 | 20 | 73 | 15 |
| Binary | 110011 | 10111 | 1101 | 0 | 110111 | 1001011 | 1010000 | 10000 | 111011 | 1101 |
Color Harmonies of #33170D
Complementary color
Monochromatic Colors of #33170D
Black with #33170D
Text Example
Text Example
White with #33170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33170D; }
p { color: rgb(51,23,13); }
H1.HeaderClassName
{
color: #33170D;
}
.AnyTagClassName
{
color: #33170D;
}
</style>
background-color css
<style>
a { background-color: #33170D; }
a { background-color: rgb(51,23,13); }
div.DivClassName
{
background-color: #33170D;
}
.BgClassName
{
background-color: #33170D;
}
</style>
border-color css
<style>
span { border-color: #33170D; }
span { border-color: rgb(51,23,13); }
td.TdClassName
{
border-color: #33170D;
}
.TagClassName
{
border-color: #33170D;
}
</style>