Shades of Seal Brown #301A16
Tints of Seal Brown #301A16
RGB
CMYK
RGB Variations
Color information
#301A16 (or 0x301A16) is known color: Seal Brown. HEX triplet: 30, 1A and 16. RGB value is (48,26,22). Sum of RGB (Red+Green+Blue) = 48+26+22=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A16 is #CFE5E9. Grayscale: #202020. Windows color (decimal): -13624810 or 1448496. OLE color: 1448496.
HSL color Cylindrical-coordinate representation of color #301A16: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301A16 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 22 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.81 |
| HSL | 9.23º | 0.37% | 0.14% | - |
| HSV(B) | 9.23º | 0.54% | 0.19% | - |
| XYZ | 1.73 | 1.43 | 0.94 | - |
| YUV | 32.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 22 | 0 | 0.46 | 0.54 | 0.81 | 9.23 | 0.37 | 0.14 |
| Hex | 30 | 1A | 16 | 0 | 2E | 36 | 51 | 9 | 25 | E |
| Octal | 60 | 32 | 26 | 0 | 56 | 66 | 121 | 11 | 45 | 16 |
| Binary | 110000 | 11010 | 10110 | 0 | 101110 | 110110 | 1010001 | 1001 | 100101 | 1110 |
Color Harmonies of #301A16
Complementary color
Monochromatic Colors of #301A16
Black with #301A16
Text Example
Text Example
White with #301A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A16; }
p { color: rgb(48,26,22); }
H1.HeaderClassName
{
color: #301A16;
}
.AnyTagClassName
{
color: #301A16;
}
</style>
background-color css
<style>
a { background-color: #301A16; }
a { background-color: rgb(48,26,22); }
div.DivClassName
{
background-color: #301A16;
}
.BgClassName
{
background-color: #301A16;
}
</style>
border-color css
<style>
span { border-color: #301A16; }
span { border-color: rgb(48,26,22); }
td.TdClassName
{
border-color: #301A16;
}
.TagClassName
{
border-color: #301A16;
}
</style>