Shades of Seal Brown #350C00
Tints of Seal Brown #350C00
RGB
CMYK
RGB Variations
Color information
#350C00 (or 0x350C00) is known color: Seal Brown. HEX triplet: 35, 0C and 00. RGB value is (53,12,0). Sum of RGB (Red+Green+Blue) = 53+12+0=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C00 is #CAF3FF. Grayscale: #161616. Windows color (decimal): -13300736 or 3125. OLE color: 3125.
HSL color Cylindrical-coordinate representation of color #350C00: hue angle of 13.58º 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 #350C00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.79 |
| HSL | 13.58º | 1% | 0.1% | - |
| HSV(B) | 13.58º | 1% | 0.21% | - |
| XYZ | 1.6 | 1.02 | 0.11 | - |
| YUV | 22.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 0 | 0 | 0.77 | 1 | 0.79 | 13.58 | 1 | 0.1 |
| Hex | 35 | C | 0 | 0 | 4D | 64 | 4F | E | 64 | A |
| Octal | 65 | 14 | 0 | 0 | 115 | 144 | 117 | 16 | 144 | 12 |
| Binary | 110101 | 1100 | 0 | 0 | 1001101 | 1100100 | 1001111 | 1110 | 1100100 | 1010 |
Color Harmonies of #350C00
Complementary color
Monochromatic Colors of #350C00
Black with #350C00
Text Example
Text Example
White with #350C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C00; }
p { color: rgb(53,12,0); }
H1.HeaderClassName
{
color: #350C00;
}
.AnyTagClassName
{
color: #350C00;
}
</style>
background-color css
<style>
a { background-color: #350C00; }
a { background-color: rgb(53,12,0); }
div.DivClassName
{
background-color: #350C00;
}
.BgClassName
{
background-color: #350C00;
}
</style>
border-color css
<style>
span { border-color: #350C00; }
span { border-color: rgb(53,12,0); }
td.TdClassName
{
border-color: #350C00;
}
.TagClassName
{
border-color: #350C00;
}
</style>