Shades of Seal Brown #301917
Tints of Seal Brown #301917
RGB
CMYK
RGB Variations
Color information
#301917 (or 0x301917) is known color: Seal Brown. HEX triplet: 30, 19 and 17. RGB value is (48,25,23). Sum of RGB (Red+Green+Blue) = 48+25+23=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301917 is #CFE6E8. Grayscale: #1F1F1F. Windows color (decimal): -13625065 or 1513776. OLE color: 1513776.
HSL color Cylindrical-coordinate representation of color #301917: hue angle of 4.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301917 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 23 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.81 |
| HSL | 4.8º | 0.35% | 0.14% | - |
| HSV(B) | 4.8º | 0.52% | 0.19% | - |
| XYZ | 1.72 | 1.39 | 0.99 | - |
| YUV | 31.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 23 | 0 | 0.48 | 0.52 | 0.81 | 4.8 | 0.35 | 0.14 |
| Hex | 30 | 19 | 17 | 0 | 30 | 34 | 51 | 5 | 23 | E |
| Octal | 60 | 31 | 27 | 0 | 60 | 64 | 121 | 5 | 43 | 16 |
| Binary | 110000 | 11001 | 10111 | 0 | 110000 | 110100 | 1010001 | 101 | 100011 | 1110 |
Color Harmonies of #301917
Complementary color
Monochromatic Colors of #301917
Black with #301917
Text Example
Text Example
White with #301917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301917; }
p { color: rgb(48,25,23); }
H1.HeaderClassName
{
color: #301917;
}
.AnyTagClassName
{
color: #301917;
}
</style>
background-color css
<style>
a { background-color: #301917; }
a { background-color: rgb(48,25,23); }
div.DivClassName
{
background-color: #301917;
}
.BgClassName
{
background-color: #301917;
}
</style>
border-color css
<style>
span { border-color: #301917; }
span { border-color: rgb(48,25,23); }
td.TdClassName
{
border-color: #301917;
}
.TagClassName
{
border-color: #301917;
}
</style>