Shades of Brown Pod #301306
Tints of Brown Pod #301306
RGB
CMYK
RGB Variations
Color information
#301306 (or 0x301306) is known color: Brown Pod. HEX triplet: 30, 13 and 06. RGB value is (48,19,6). Sum of RGB (Red+Green+Blue) = 48+19+6=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301306 is #CFECF9. Grayscale: #1A1A1A. Windows color (decimal): -13626618 or 398128. OLE color: 398128.
HSL color Cylindrical-coordinate representation of color #301306: hue angle of 18.57º 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 #301306 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 6 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.81 |
| HSL | 18.57º | 0.78% | 0.11% | - |
| HSV(B) | 18.57º | 0.88% | 0.19% | - |
| XYZ | 1.48 | 1.11 | 0.31 | - |
| YUV | 26.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 6 | 0 | 0.60 | 0.87 | 0.81 | 18.57 | 0.78 | 0.11 |
| Hex | 30 | 13 | 6 | 0 | 3C | 57 | 51 | 13 | 4E | B |
| Octal | 60 | 23 | 6 | 0 | 74 | 127 | 121 | 23 | 116 | 13 |
| Binary | 110000 | 10011 | 110 | 0 | 111100 | 1010111 | 1010001 | 10011 | 1001110 | 1011 |
Color Harmonies of #301306
Complementary color
Monochromatic Colors of #301306
Black with #301306
Text Example
Text Example
White with #301306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301306; }
p { color: rgb(48,19,6); }
H1.HeaderClassName
{
color: #301306;
}
.AnyTagClassName
{
color: #301306;
}
</style>
background-color css
<style>
a { background-color: #301306; }
a { background-color: rgb(48,19,6); }
div.DivClassName
{
background-color: #301306;
}
.BgClassName
{
background-color: #301306;
}
</style>
border-color css
<style>
span { border-color: #301306; }
span { border-color: rgb(48,19,6); }
td.TdClassName
{
border-color: #301306;
}
.TagClassName
{
border-color: #301306;
}
</style>