Shades of Seal Brown #350D02
Tints of Seal Brown #350D02
RGB
CMYK
RGB Variations
Color information
#350D02 (or 0x350D02) is known color: Seal Brown. HEX triplet: 35, 0D and 02. RGB value is (53,13,2). Sum of RGB (Red+Green+Blue) = 53+13+2=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 2 (1.17% from 255 or 2.94% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350D02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350D02 is #CAF2FD. Grayscale: #171717. Windows color (decimal): -13300478 or 134453. OLE color: 134453.
HSL color Cylindrical-coordinate representation of color #350D02: hue angle of 12.94º 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 #350D02 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 13 | 2 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.79 |
| HSL | 12.94º | 0.93% | 0.11% | - |
| HSV(B) | 12.94º | 0.96% | 0.21% | - |
| XYZ | 1.62 | 1.05 | 0.17 | - |
| YUV | 23.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 2 | 0 | 0.75 | 0.96 | 0.79 | 12.94 | 0.93 | 0.11 |
| Hex | 35 | D | 2 | 0 | 4B | 60 | 4F | D | 5D | B |
| Octal | 65 | 15 | 2 | 0 | 113 | 140 | 117 | 15 | 135 | 13 |
| Binary | 110101 | 1101 | 10 | 0 | 1001011 | 1100000 | 1001111 | 1101 | 1011101 | 1011 |
Color Harmonies of #350D02
Complementary color
Monochromatic Colors of #350D02
Black with #350D02
Text Example
Text Example
White with #350D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350D02; }
p { color: rgb(53,13,2); }
H1.HeaderClassName
{
color: #350D02;
}
.AnyTagClassName
{
color: #350D02;
}
</style>
background-color css
<style>
a { background-color: #350D02; }
a { background-color: rgb(53,13,2); }
div.DivClassName
{
background-color: #350D02;
}
.BgClassName
{
background-color: #350D02;
}
</style>
border-color css
<style>
span { border-color: #350D02; }
span { border-color: rgb(53,13,2); }
td.TdClassName
{
border-color: #350D02;
}
.TagClassName
{
border-color: #350D02;
}
</style>