Shades of Seal Brown #350F09
Tints of Seal Brown #350F09
RGB
CMYK
RGB Variations
Color information
#350F09 (or 0x350F09) is known color: Seal Brown. HEX triplet: 35, 0F and 09. RGB value is (53,15,9). Sum of RGB (Red+Green+Blue) = 53+15+9=77 (10% of max value = 765). Red value is 53 (21.09% from 255 or 68.83% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 53 - color contains mainly: red. Hex color #350F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F09 is #CAF0F6. Grayscale: #191919. Windows color (decimal): -13299959 or 593717. OLE color: 593717.
HSL color Cylindrical-coordinate representation of color #350F09: hue angle of 8.18º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350F09 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 15 | 9 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.79 |
| HSL | 8.18º | 0.71% | 0.12% | - |
| HSV(B) | 8.18º | 0.83% | 0.21% | - |
| XYZ | 1.69 | 1.12 | 0.39 | - |
| YUV | 25.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 9 | 0 | 0.72 | 0.83 | 0.79 | 8.18 | 0.71 | 0.12 |
| Hex | 35 | F | 9 | 0 | 48 | 53 | 4F | 8 | 47 | C |
| Octal | 65 | 17 | 11 | 0 | 110 | 123 | 117 | 10 | 107 | 14 |
| Binary | 110101 | 1111 | 1001 | 0 | 1001000 | 1010011 | 1001111 | 1000 | 1000111 | 1100 |
Color Harmonies of #350F09
Complementary color
Monochromatic Colors of #350F09
Black with #350F09
Text Example
Text Example
White with #350F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F09; }
p { color: rgb(53,15,9); }
H1.HeaderClassName
{
color: #350F09;
}
.AnyTagClassName
{
color: #350F09;
}
</style>
background-color css
<style>
a { background-color: #350F09; }
a { background-color: rgb(53,15,9); }
div.DivClassName
{
background-color: #350F09;
}
.BgClassName
{
background-color: #350F09;
}
</style>
border-color css
<style>
span { border-color: #350F09; }
span { border-color: rgb(53,15,9); }
td.TdClassName
{
border-color: #350F09;
}
.TagClassName
{
border-color: #350F09;
}
</style>