Shades of Brown Pod #301507
Tints of Brown Pod #301507
RGB
CMYK
RGB Variations
Color information
#301507 (or 0x301507) is known color: Brown Pod. HEX triplet: 30, 15 and 07. RGB value is (48,21,7). Sum of RGB (Red+Green+Blue) = 48+21+7=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301507 is #CFEAF8. Grayscale: #1B1B1B. Windows color (decimal): -13626105 or 464176. OLE color: 464176.
HSL color Cylindrical-coordinate representation of color #301507: hue angle of 20.49º 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 #301507 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 21 | 7 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.81 |
| HSL | 20.49º | 0.75% | 0.11% | - |
| HSV(B) | 20.49º | 0.85% | 0.19% | - |
| XYZ | 1.53 | 1.18 | 0.35 | - |
| YUV | 27.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 21 | 7 | 0 | 0.56 | 0.85 | 0.81 | 20.49 | 0.75 | 0.11 |
| Hex | 30 | 15 | 7 | 0 | 38 | 55 | 51 | 14 | 4B | B |
| Octal | 60 | 25 | 7 | 0 | 70 | 125 | 121 | 24 | 113 | 13 |
| Binary | 110000 | 10101 | 111 | 0 | 111000 | 1010101 | 1010001 | 10100 | 1001011 | 1011 |
Color Harmonies of #301507
Complementary color
Monochromatic Colors of #301507
Black with #301507
Text Example
Text Example
White with #301507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301507; }
p { color: rgb(48,21,7); }
H1.HeaderClassName
{
color: #301507;
}
.AnyTagClassName
{
color: #301507;
}
</style>
background-color css
<style>
a { background-color: #301507; }
a { background-color: rgb(48,21,7); }
div.DivClassName
{
background-color: #301507;
}
.BgClassName
{
background-color: #301507;
}
</style>
border-color css
<style>
span { border-color: #301507; }
span { border-color: rgb(48,21,7); }
td.TdClassName
{
border-color: #301507;
}
.TagClassName
{
border-color: #301507;
}
</style>