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