Shades of Seal Brown #350101
Tints of Seal Brown #350101
RGB
CMYK
RGB Variations
Color information
#350101 (or 0x350101) is known color: Seal Brown. HEX triplet: 35, 01 and 01. RGB value is (53,1,1). Sum of RGB (Red+Green+Blue) = 53+1+1=55 (7% of max value = 765). Red value is 53 (21.09% from 255 or 96.36% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 53 - color contains mainly: red. Hex color #350101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350101 is #CAFEFE. Grayscale: #101010. Windows color (decimal): -13303551 or 65845. OLE color: 65845.
HSL color Cylindrical-coordinate representation of color #350101: hue angle of 0º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350101 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 1 | 1 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.79 |
| HSL | 0º | 0.96% | 0.11% | - |
| HSV(B) | 0º | 0.98% | 0.21% | - |
| XYZ | 1.48 | 0.78 | 0.1 | - |
| YUV | 16.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 1 | 1 | 0 | 0.98 | 0.98 | 0.79 | 0 | 0.96 | 0.11 |
| Hex | 35 | 1 | 1 | 0 | 62 | 62 | 4F | 0 | 60 | B |
| Octal | 65 | 1 | 1 | 0 | 142 | 142 | 117 | 0 | 140 | 13 |
| Binary | 110101 | 1 | 1 | 0 | 1100010 | 1100010 | 1001111 | 0 | 1100000 | 1011 |
Color Harmonies of #350101
Complementary color
Monochromatic Colors of #350101
Black with #350101
Text Example
Text Example
White with #350101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350101; }
p { color: rgb(53,1,1); }
H1.HeaderClassName
{
color: #350101;
}
.AnyTagClassName
{
color: #350101;
}
</style>
background-color css
<style>
a { background-color: #350101; }
a { background-color: rgb(53,1,1); }
div.DivClassName
{
background-color: #350101;
}
.BgClassName
{
background-color: #350101;
}
</style>
border-color css
<style>
span { border-color: #350101; }
span { border-color: rgb(53,1,1); }
td.TdClassName
{
border-color: #350101;
}
.TagClassName
{
border-color: #350101;
}
</style>