Shades of Brown Pod #301707
Tints of Brown Pod #301707
RGB
CMYK
RGB Variations
Color information
#301707 (or 0x301707) is known color: Brown Pod. HEX triplet: 30, 17 and 07. RGB value is (48,23,7). Sum of RGB (Red+Green+Blue) = 48+23+7=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301707 is #CFE8F8. Grayscale: #1C1C1C. Windows color (decimal): -13625593 or 464688. OLE color: 464688.
HSL color Cylindrical-coordinate representation of color #301707: hue angle of 23.41º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301707 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 7 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.81 |
| HSL | 23.41º | 0.75% | 0.11% | - |
| HSV(B) | 23.41º | 0.85% | 0.19% | - |
| XYZ | 1.56 | 1.26 | 0.36 | - |
| YUV | 28.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 7 | 0 | 0.52 | 0.85 | 0.81 | 23.41 | 0.75 | 0.11 |
| Hex | 30 | 17 | 7 | 0 | 34 | 55 | 51 | 17 | 4B | B |
| Octal | 60 | 27 | 7 | 0 | 64 | 125 | 121 | 27 | 113 | 13 |
| Binary | 110000 | 10111 | 111 | 0 | 110100 | 1010101 | 1010001 | 10111 | 1001011 | 1011 |
Color Harmonies of #301707
Complementary color
Monochromatic Colors of #301707
Black with #301707
Text Example
Text Example
White with #301707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301707; }
p { color: rgb(48,23,7); }
H1.HeaderClassName
{
color: #301707;
}
.AnyTagClassName
{
color: #301707;
}
</style>
background-color css
<style>
a { background-color: #301707; }
a { background-color: rgb(48,23,7); }
div.DivClassName
{
background-color: #301707;
}
.BgClassName
{
background-color: #301707;
}
</style>
border-color css
<style>
span { border-color: #301707; }
span { border-color: rgb(48,23,7); }
td.TdClassName
{
border-color: #301707;
}
.TagClassName
{
border-color: #301707;
}
</style>