Shades of Brown Pod #301605
Tints of Brown Pod #301605
RGB
CMYK
RGB Variations
Color information
#301605 (or 0x301605) is known color: Brown Pod. HEX triplet: 30, 16 and 05. RGB value is (48,22,5). Sum of RGB (Red+Green+Blue) = 48+22+5=75 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 48 - color contains mainly: red. Hex color #301605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301605 is #CFE9FA. Grayscale: #1B1B1B. Windows color (decimal): -13625851 or 333360. OLE color: 333360.
HSL color Cylindrical-coordinate representation of color #301605: hue angle of 23.72º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #301605 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 5 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.81 |
| HSL | 23.72º | 0.81% | 0.1% | - |
| HSV(B) | 23.72º | 0.9% | 0.19% | - |
| XYZ | 1.53 | 1.21 | 0.3 | - |
| YUV | 27.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 5 | 0 | 0.54 | 0.90 | 0.81 | 23.72 | 0.81 | 0.1 |
| Hex | 30 | 16 | 5 | 0 | 36 | 5A | 51 | 18 | 51 | A |
| Octal | 60 | 26 | 5 | 0 | 66 | 132 | 121 | 30 | 121 | 12 |
| Binary | 110000 | 10110 | 101 | 0 | 110110 | 1011010 | 1010001 | 11000 | 1010001 | 1010 |
Color Harmonies of #301605
Complementary color
Monochromatic Colors of #301605
Black with #301605
Text Example
Text Example
White with #301605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301605; }
p { color: rgb(48,22,5); }
H1.HeaderClassName
{
color: #301605;
}
.AnyTagClassName
{
color: #301605;
}
</style>
background-color css
<style>
a { background-color: #301605; }
a { background-color: rgb(48,22,5); }
div.DivClassName
{
background-color: #301605;
}
.BgClassName
{
background-color: #301605;
}
</style>
border-color css
<style>
span { border-color: #301605; }
span { border-color: rgb(48,22,5); }
td.TdClassName
{
border-color: #301605;
}
.TagClassName
{
border-color: #301605;
}
</style>