Shades of Brown Pod #301406
Tints of Brown Pod #301406
RGB
CMYK
RGB Variations
Color information
#301406 (or 0x301406) is known color: Brown Pod. HEX triplet: 30, 14 and 06. RGB value is (48,20,6). Sum of RGB (Red+Green+Blue) = 48+20+6=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301406 is #CFEBF9. Grayscale: #1A1A1A. Windows color (decimal): -13626362 or 398384. OLE color: 398384.
HSL color Cylindrical-coordinate representation of color #301406: hue angle of 20º 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 #301406 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 20 | 6 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.81 |
| HSL | 20º | 0.78% | 0.11% | - |
| HSV(B) | 20º | 0.88% | 0.19% | - |
| XYZ | 1.5 | 1.14 | 0.31 | - |
| YUV | 26.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 20 | 6 | 0 | 0.58 | 0.87 | 0.81 | 20 | 0.78 | 0.11 |
| Hex | 30 | 14 | 6 | 0 | 3A | 57 | 51 | 14 | 4E | B |
| Octal | 60 | 24 | 6 | 0 | 72 | 127 | 121 | 24 | 116 | 13 |
| Binary | 110000 | 10100 | 110 | 0 | 111010 | 1010111 | 1010001 | 10100 | 1001110 | 1011 |
Color Harmonies of #301406
Complementary color
Monochromatic Colors of #301406
Black with #301406
Text Example
Text Example
White with #301406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301406; }
p { color: rgb(48,20,6); }
H1.HeaderClassName
{
color: #301406;
}
.AnyTagClassName
{
color: #301406;
}
</style>
background-color css
<style>
a { background-color: #301406; }
a { background-color: rgb(48,20,6); }
div.DivClassName
{
background-color: #301406;
}
.BgClassName
{
background-color: #301406;
}
</style>
border-color css
<style>
span { border-color: #301406; }
span { border-color: rgb(48,20,6); }
td.TdClassName
{
border-color: #301406;
}
.TagClassName
{
border-color: #301406;
}
</style>