Shades of Seal Brown #350F00
Tints of Seal Brown #350F00
RGB
CMYK
RGB Variations
Color information
#350F00 (or 0x350F00) is known color: Seal Brown. HEX triplet: 35, 0F and 00. RGB value is (53,15,0). Sum of RGB (Red+Green+Blue) = 53+15+0=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 15 (6.25% from 255 or 22.06% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F00 is #CAF0FF. Grayscale: #181818. Windows color (decimal): -13299968 or 3893. OLE color: 3893.
HSL color Cylindrical-coordinate representation of color #350F00: hue angle of 16.98º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350F00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.79 |
| HSL | 16.98º | 1% | 0.1% | - |
| HSV(B) | 16.98º | 1% | 0.21% | - |
| XYZ | 1.64 | 1.1 | 0.13 | - |
| YUV | 24.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 0 | 0 | 0.72 | 1 | 0.79 | 16.98 | 1 | 0.1 |
| Hex | 35 | F | 0 | 0 | 48 | 64 | 4F | 11 | 64 | A |
| Octal | 65 | 17 | 0 | 0 | 110 | 144 | 117 | 21 | 144 | 12 |
| Binary | 110101 | 1111 | 0 | 0 | 1001000 | 1100100 | 1001111 | 10001 | 1100100 | 1010 |
Color Harmonies of #350F00
Complementary color
Monochromatic Colors of #350F00
Black with #350F00
Text Example
Text Example
White with #350F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F00; }
p { color: rgb(53,15,0); }
H1.HeaderClassName
{
color: #350F00;
}
.AnyTagClassName
{
color: #350F00;
}
</style>
background-color css
<style>
a { background-color: #350F00; }
a { background-color: rgb(53,15,0); }
div.DivClassName
{
background-color: #350F00;
}
.BgClassName
{
background-color: #350F00;
}
</style>
border-color css
<style>
span { border-color: #350F00; }
span { border-color: rgb(53,15,0); }
td.TdClassName
{
border-color: #350F00;
}
.TagClassName
{
border-color: #350F00;
}
</style>