Shades of Brown Pod #301606
Tints of Brown Pod #301606
RGB
CMYK
RGB Variations
Color information
#301606 (or 0x301606) is known color: Brown Pod. HEX triplet: 30, 16 and 06. RGB value is (48,22,6). Sum of RGB (Red+Green+Blue) = 48+22+6=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301606 is #CFE9F9. Grayscale: #1C1C1C. Windows color (decimal): -13625850 or 398896. OLE color: 398896.
HSL color Cylindrical-coordinate representation of color #301606: hue angle of 22.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301606 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 6 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.81 |
| HSL | 22.86º | 0.78% | 0.11% | - |
| HSV(B) | 22.86º | 0.88% | 0.19% | - |
| XYZ | 1.54 | 1.22 | 0.33 | - |
| YUV | 27.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 6 | 0 | 0.54 | 0.87 | 0.81 | 22.86 | 0.78 | 0.11 |
| Hex | 30 | 16 | 6 | 0 | 36 | 57 | 51 | 17 | 4E | B |
| Octal | 60 | 26 | 6 | 0 | 66 | 127 | 121 | 27 | 116 | 13 |
| Binary | 110000 | 10110 | 110 | 0 | 110110 | 1010111 | 1010001 | 10111 | 1001110 | 1011 |
Color Harmonies of #301606
Complementary color
Monochromatic Colors of #301606
Black with #301606
Text Example
Text Example
White with #301606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301606; }
p { color: rgb(48,22,6); }
H1.HeaderClassName
{
color: #301606;
}
.AnyTagClassName
{
color: #301606;
}
</style>
background-color css
<style>
a { background-color: #301606; }
a { background-color: rgb(48,22,6); }
div.DivClassName
{
background-color: #301606;
}
.BgClassName
{
background-color: #301606;
}
</style>
border-color css
<style>
span { border-color: #301606; }
span { border-color: rgb(48,22,6); }
td.TdClassName
{
border-color: #301606;
}
.TagClassName
{
border-color: #301606;
}
</style>