Shades of Seal Brown #350A06
Tints of Seal Brown #350A06
RGB
CMYK
RGB Variations
Color information
#350A06 (or 0x350A06) is known color: Seal Brown. HEX triplet: 35, 0A and 06. RGB value is (53,10,6). Sum of RGB (Red+Green+Blue) = 53+10+6=69 (9% of max value = 765). Red value is 53 (21.09% from 255 or 76.81% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 53 - color contains mainly: red. Hex color #350A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350A06 is #CAF5F9. Grayscale: #161616. Windows color (decimal): -13301242 or 395829. OLE color: 395829.
HSL color Cylindrical-coordinate representation of color #350A06: hue angle of 5.11º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350A06 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 10 | 6 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.79 |
| HSL | 5.11º | 0.8% | 0.12% | - |
| HSV(B) | 5.11º | 0.89% | 0.21% | - |
| XYZ | 1.61 | 0.99 | 0.28 | - |
| YUV | 22.4 | 118.75 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 6 | 0 | 0.81 | 0.89 | 0.79 | 5.11 | 0.8 | 0.12 |
| Hex | 35 | A | 6 | 0 | 51 | 59 | 4F | 5 | 50 | C |
| Octal | 65 | 12 | 6 | 0 | 121 | 131 | 117 | 5 | 120 | 14 |
| Binary | 110101 | 1010 | 110 | 0 | 1010001 | 1011001 | 1001111 | 101 | 1010000 | 1100 |
Color Harmonies of #350A06
Complementary color
Monochromatic Colors of #350A06
Black with #350A06
Text Example
Text Example
White with #350A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A06; }
p { color: rgb(53,10,6); }
H1.HeaderClassName
{
color: #350A06;
}
.AnyTagClassName
{
color: #350A06;
}
</style>
background-color css
<style>
a { background-color: #350A06; }
a { background-color: rgb(53,10,6); }
div.DivClassName
{
background-color: #350A06;
}
.BgClassName
{
background-color: #350A06;
}
</style>
border-color css
<style>
span { border-color: #350A06; }
span { border-color: rgb(53,10,6); }
td.TdClassName
{
border-color: #350A06;
}
.TagClassName
{
border-color: #350A06;
}
</style>