Shades of Brown Pod #301808
Tints of Brown Pod #301808
RGB
CMYK
RGB Variations
Color information
#301808 (or 0x301808) is known color: Brown Pod. HEX triplet: 30, 18 and 08. RGB value is (48,24,8). Sum of RGB (Red+Green+Blue) = 48+24+8=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301808 is #CFE7F7. Grayscale: #1D1D1D. Windows color (decimal): -13625336 or 530480. OLE color: 530480.
HSL color Cylindrical-coordinate representation of color #301808: hue angle of 24º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301808 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 8 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.81 |
| HSL | 24º | 0.71% | 0.11% | - |
| HSV(B) | 24º | 0.83% | 0.19% | - |
| XYZ | 1.59 | 1.3 | 0.4 | - |
| YUV | 29.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 8 | 0 | 0.5 | 0.83 | 0.81 | 24 | 0.71 | 0.11 |
| Hex | 30 | 18 | 8 | 0 | 32 | 53 | 51 | 18 | 47 | B |
| Octal | 60 | 30 | 10 | 0 | 62 | 123 | 121 | 30 | 107 | 13 |
| Binary | 110000 | 11000 | 1000 | 0 | 110010 | 1010011 | 1010001 | 11000 | 1000111 | 1011 |
Color Harmonies of #301808
Complementary color
Monochromatic Colors of #301808
Black with #301808
Text Example
Text Example
White with #301808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301808; }
p { color: rgb(48,24,8); }
H1.HeaderClassName
{
color: #301808;
}
.AnyTagClassName
{
color: #301808;
}
</style>
background-color css
<style>
a { background-color: #301808; }
a { background-color: rgb(48,24,8); }
div.DivClassName
{
background-color: #301808;
}
.BgClassName
{
background-color: #301808;
}
</style>
border-color css
<style>
span { border-color: #301808; }
span { border-color: rgb(48,24,8); }
td.TdClassName
{
border-color: #301808;
}
.TagClassName
{
border-color: #301808;
}
</style>