Shades of Seal Brown #350502
Tints of Seal Brown #350502
RGB
CMYK
RGB Variations
Color information
#350502 (or 0x350502) is known color: Seal Brown. HEX triplet: 35, 05 and 02. RGB value is (53,5,2). Sum of RGB (Red+Green+Blue) = 53+5+2=60 (7% of max value = 765). Red value is 53 (21.09% from 255 or 88.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 53 - color contains mainly: red. Hex color #350502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350502 is #CAFAFD. Grayscale: #131313. Windows color (decimal): -13302526 or 132405. OLE color: 132405.
HSL color Cylindrical-coordinate representation of color #350502: hue angle of 3.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350502 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 5 | 2 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.79 |
| HSL | 3.53º | 0.93% | 0.11% | - |
| HSV(B) | 3.53º | 0.96% | 0.21% | - |
| XYZ | 1.53 | 0.87 | 0.14 | - |
| YUV | 19.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 2 | 0 | 0.91 | 0.96 | 0.79 | 3.53 | 0.93 | 0.11 |
| Hex | 35 | 5 | 2 | 0 | 5B | 60 | 4F | 4 | 5D | B |
| Octal | 65 | 5 | 2 | 0 | 133 | 140 | 117 | 4 | 135 | 13 |
| Binary | 110101 | 101 | 10 | 0 | 1011011 | 1100000 | 1001111 | 100 | 1011101 | 1011 |
Color Harmonies of #350502
Complementary color
Monochromatic Colors of #350502
Black with #350502
Text Example
Text Example
White with #350502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350502; }
p { color: rgb(53,5,2); }
H1.HeaderClassName
{
color: #350502;
}
.AnyTagClassName
{
color: #350502;
}
</style>
background-color css
<style>
a { background-color: #350502; }
a { background-color: rgb(53,5,2); }
div.DivClassName
{
background-color: #350502;
}
.BgClassName
{
background-color: #350502;
}
</style>
border-color css
<style>
span { border-color: #350502; }
span { border-color: rgb(53,5,2); }
td.TdClassName
{
border-color: #350502;
}
.TagClassName
{
border-color: #350502;
}
</style>