Shades of Brown Pod #30170B
Tints of Brown Pod #30170B
RGB
CMYK
RGB Variations
Color information
#30170B (or 0x30170B) is known color: Brown Pod. HEX triplet: 30, 17 and 0B. RGB value is (48,23,11). Sum of RGB (Red+Green+Blue) = 48+23+11=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30170B is #CFE8F4. Grayscale: #1D1D1D. Windows color (decimal): -13625589 or 726832. OLE color: 726832.
HSL color Cylindrical-coordinate representation of color #30170B: hue angle of 19.46º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30170B is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 11 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.81 |
| HSL | 19.46º | 0.63% | 0.12% | - |
| HSV(B) | 19.46º | 0.77% | 0.19% | - |
| XYZ | 1.59 | 1.27 | 0.48 | - |
| YUV | 29.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 11 | 0 | 0.52 | 0.77 | 0.81 | 19.46 | 0.63 | 0.12 |
| Hex | 30 | 17 | B | 0 | 34 | 4D | 51 | 13 | 3F | C |
| Octal | 60 | 27 | 13 | 0 | 64 | 115 | 121 | 23 | 77 | 14 |
| Binary | 110000 | 10111 | 1011 | 0 | 110100 | 1001101 | 1010001 | 10011 | 111111 | 1100 |
Color Harmonies of #30170B
Complementary color
Monochromatic Colors of #30170B
Black with #30170B
Text Example
Text Example
White with #30170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30170B; }
p { color: rgb(48,23,11); }
H1.HeaderClassName
{
color: #30170B;
}
.AnyTagClassName
{
color: #30170B;
}
</style>
background-color css
<style>
a { background-color: #30170B; }
a { background-color: rgb(48,23,11); }
div.DivClassName
{
background-color: #30170B;
}
.BgClassName
{
background-color: #30170B;
}
</style>
border-color css
<style>
span { border-color: #30170B; }
span { border-color: rgb(48,23,11); }
td.TdClassName
{
border-color: #30170B;
}
.TagClassName
{
border-color: #30170B;
}
</style>