Shades of Seal Brown #30170F
Tints of Seal Brown #30170F
RGB
CMYK
RGB Variations
Color information
#30170F (or 0x30170F) is known color: Seal Brown. HEX triplet: 30, 17 and 0F. RGB value is (48,23,15). Sum of RGB (Red+Green+Blue) = 48+23+15=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #30170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30170F is #CFE8F0. Grayscale: #1D1D1D. Windows color (decimal): -13625585 or 988976. OLE color: 988976.
HSL color Cylindrical-coordinate representation of color #30170F: hue angle of 14.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30170F is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 23 | 15 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.81 |
| HSL | 14.55º | 0.52% | 0.12% | - |
| HSV(B) | 14.55º | 0.69% | 0.19% | - |
| XYZ | 1.61 | 1.28 | 0.61 | - |
| YUV | 29.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 15 | 0 | 0.52 | 0.69 | 0.81 | 14.55 | 0.52 | 0.12 |
| Hex | 30 | 17 | F | 0 | 34 | 45 | 51 | F | 34 | C |
| Octal | 60 | 27 | 17 | 0 | 64 | 105 | 121 | 17 | 64 | 14 |
| Binary | 110000 | 10111 | 1111 | 0 | 110100 | 1000101 | 1010001 | 1111 | 110100 | 1100 |
Color Harmonies of #30170F
Complementary color
Monochromatic Colors of #30170F
Black with #30170F
Text Example
Text Example
White with #30170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30170F; }
p { color: rgb(48,23,15); }
H1.HeaderClassName
{
color: #30170F;
}
.AnyTagClassName
{
color: #30170F;
}
</style>
background-color css
<style>
a { background-color: #30170F; }
a { background-color: rgb(48,23,15); }
div.DivClassName
{
background-color: #30170F;
}
.BgClassName
{
background-color: #30170F;
}
</style>
border-color css
<style>
span { border-color: #30170F; }
span { border-color: rgb(48,23,15); }
td.TdClassName
{
border-color: #30170F;
}
.TagClassName
{
border-color: #30170F;
}
</style>