Shades of Seal Brown #350E00
Tints of Seal Brown #350E00
RGB
CMYK
RGB Variations
Color information
#350E00 (or 0x350E00) is known color: Seal Brown. HEX triplet: 35, 0E and 00. RGB value is (53,14,0). Sum of RGB (Red+Green+Blue) = 53+14+0=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E00 is #CAF1FF. Grayscale: #181818. Windows color (decimal): -13300224 or 3637. OLE color: 3637.
HSL color Cylindrical-coordinate representation of color #350E00: hue angle of 15.85º 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 #350E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.79 |
| HSL | 15.85º | 1% | 0.1% | - |
| HSV(B) | 15.85º | 1% | 0.21% | - |
| XYZ | 1.63 | 1.07 | 0.12 | - |
| YUV | 24.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 0 | 0 | 0.74 | 1 | 0.79 | 15.85 | 1 | 0.1 |
| Hex | 35 | E | 0 | 0 | 4A | 64 | 4F | 10 | 64 | A |
| Octal | 65 | 16 | 0 | 0 | 112 | 144 | 117 | 20 | 144 | 12 |
| Binary | 110101 | 1110 | 0 | 0 | 1001010 | 1100100 | 1001111 | 10000 | 1100100 | 1010 |
Color Harmonies of #350E00
Complementary color
Monochromatic Colors of #350E00
Black with #350E00
Text Example
Text Example
White with #350E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E00; }
p { color: rgb(53,14,0); }
H1.HeaderClassName
{
color: #350E00;
}
.AnyTagClassName
{
color: #350E00;
}
</style>
background-color css
<style>
a { background-color: #350E00; }
a { background-color: rgb(53,14,0); }
div.DivClassName
{
background-color: #350E00;
}
.BgClassName
{
background-color: #350E00;
}
</style>
border-color css
<style>
span { border-color: #350E00; }
span { border-color: rgb(53,14,0); }
td.TdClassName
{
border-color: #350E00;
}
.TagClassName
{
border-color: #350E00;
}
</style>