Shades of Seal Brown #350E07
Tints of Seal Brown #350E07
RGB
CMYK
RGB Variations
Color information
#350E07 (or 0x350E07) is known color: Seal Brown. HEX triplet: 35, 0E and 07. RGB value is (53,14,7). Sum of RGB (Red+Green+Blue) = 53+14+7=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 7 (3.12% from 255 or 9.46% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350E07 is #CAF1F8. Grayscale: #181818. Windows color (decimal): -13300217 or 462389. OLE color: 462389.
HSL color Cylindrical-coordinate representation of color #350E07: hue angle of 9.13º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350E07 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 14 | 7 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.79 |
| HSL | 9.13º | 0.77% | 0.12% | - |
| HSV(B) | 9.13º | 0.87% | 0.21% | - |
| XYZ | 1.66 | 1.09 | 0.32 | - |
| YUV | 24.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 7 | 0 | 0.74 | 0.87 | 0.79 | 9.13 | 0.77 | 0.12 |
| Hex | 35 | E | 7 | 0 | 4A | 57 | 4F | 9 | 4D | C |
| Octal | 65 | 16 | 7 | 0 | 112 | 127 | 117 | 11 | 115 | 14 |
| Binary | 110101 | 1110 | 111 | 0 | 1001010 | 1010111 | 1001111 | 1001 | 1001101 | 1100 |
Color Harmonies of #350E07
Complementary color
Monochromatic Colors of #350E07
Black with #350E07
Text Example
Text Example
White with #350E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350E07; }
p { color: rgb(53,14,7); }
H1.HeaderClassName
{
color: #350E07;
}
.AnyTagClassName
{
color: #350E07;
}
</style>
background-color css
<style>
a { background-color: #350E07; }
a { background-color: rgb(53,14,7); }
div.DivClassName
{
background-color: #350E07;
}
.BgClassName
{
background-color: #350E07;
}
</style>
border-color css
<style>
span { border-color: #350E07; }
span { border-color: rgb(53,14,7); }
td.TdClassName
{
border-color: #350E07;
}
.TagClassName
{
border-color: #350E07;
}
</style>