Shades of Seal Brown #350B03
Tints of Seal Brown #350B03
RGB
CMYK
RGB Variations
Color information
#350B03 (or 0x350B03) is known color: Seal Brown. HEX triplet: 35, 0B and 03. RGB value is (53,11,3). Sum of RGB (Red+Green+Blue) = 53+11+3=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350B03 is #CAF4FC. Grayscale: #161616. Windows color (decimal): -13300989 or 199477. OLE color: 199477.
HSL color Cylindrical-coordinate representation of color #350B03: hue angle of 9.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350B03 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 11 | 3 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.79 |
| HSL | 9.6º | 0.89% | 0.11% | - |
| HSV(B) | 9.6º | 0.94% | 0.21% | - |
| XYZ | 1.6 | 1 | 0.2 | - |
| YUV | 22.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 3 | 0 | 0.79 | 0.94 | 0.79 | 9.6 | 0.89 | 0.11 |
| Hex | 35 | B | 3 | 0 | 4F | 5E | 4F | A | 59 | B |
| Octal | 65 | 13 | 3 | 0 | 117 | 136 | 117 | 12 | 131 | 13 |
| Binary | 110101 | 1011 | 11 | 0 | 1001111 | 1011110 | 1001111 | 1010 | 1011001 | 1011 |
Color Harmonies of #350B03
Complementary color
Monochromatic Colors of #350B03
Black with #350B03
Text Example
Text Example
White with #350B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B03; }
p { color: rgb(53,11,3); }
H1.HeaderClassName
{
color: #350B03;
}
.AnyTagClassName
{
color: #350B03;
}
</style>
background-color css
<style>
a { background-color: #350B03; }
a { background-color: rgb(53,11,3); }
div.DivClassName
{
background-color: #350B03;
}
.BgClassName
{
background-color: #350B03;
}
</style>
border-color css
<style>
span { border-color: #350B03; }
span { border-color: rgb(53,11,3); }
td.TdClassName
{
border-color: #350B03;
}
.TagClassName
{
border-color: #350B03;
}
</style>