Shades of Seal Brown #301208
Tints of Seal Brown #301208
RGB
CMYK
RGB Variations
Color information
#301208 (or 0x301208) is known color: Seal Brown. HEX triplet: 30, 12 and 08. RGB value is (48,18,8). Sum of RGB (Red+Green+Blue) = 48+18+8=74 (9% of max value = 765). Red value is 48 (19.14% from 255 or 64.86% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 48 - color contains mainly: red. Hex color #301208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301208 is #CFEDF7. Grayscale: #191919. Windows color (decimal): -13626872 or 528944. OLE color: 528944.
HSL color Cylindrical-coordinate representation of color #301208: hue angle of 15º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301208 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 18 | 8 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.81 |
| HSL | 15º | 0.71% | 0.11% | - |
| HSV(B) | 15º | 0.83% | 0.19% | - |
| XYZ | 1.48 | 1.08 | 0.36 | - |
| YUV | 25.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 18 | 8 | 0 | 0.63 | 0.83 | 0.81 | 15 | 0.71 | 0.11 |
| Hex | 30 | 12 | 8 | 0 | 3F | 53 | 51 | F | 47 | B |
| Octal | 60 | 22 | 10 | 0 | 77 | 123 | 121 | 17 | 107 | 13 |
| Binary | 110000 | 10010 | 1000 | 0 | 111111 | 1010011 | 1010001 | 1111 | 1000111 | 1011 |
Color Harmonies of #301208
Complementary color
Monochromatic Colors of #301208
Black with #301208
Text Example
Text Example
White with #301208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301208; }
p { color: rgb(48,18,8); }
H1.HeaderClassName
{
color: #301208;
}
.AnyTagClassName
{
color: #301208;
}
</style>
background-color css
<style>
a { background-color: #301208; }
a { background-color: rgb(48,18,8); }
div.DivClassName
{
background-color: #301208;
}
.BgClassName
{
background-color: #301208;
}
</style>
border-color css
<style>
span { border-color: #301208; }
span { border-color: rgb(48,18,8); }
td.TdClassName
{
border-color: #301208;
}
.TagClassName
{
border-color: #301208;
}
</style>