Shades of Seal Brown #350C08
Tints of Seal Brown #350C08
RGB
CMYK
RGB Variations
Color information
#350C08 (or 0x350C08) is known color: Seal Brown. HEX triplet: 35, 0C and 08. RGB value is (53,12,8). Sum of RGB (Red+Green+Blue) = 53+12+8=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C08 is #CAF3F7. Grayscale: #171717. Windows color (decimal): -13300728 or 527413. OLE color: 527413.
HSL color Cylindrical-coordinate representation of color #350C08: hue angle of 5.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350C08 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 12 | 8 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.79 |
| HSL | 5.33º | 0.74% | 0.12% | - |
| HSV(B) | 5.33º | 0.85% | 0.21% | - |
| XYZ | 1.64 | 1.04 | 0.34 | - |
| YUV | 23.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 8 | 0 | 0.77 | 0.85 | 0.79 | 5.33 | 0.74 | 0.12 |
| Hex | 35 | C | 8 | 0 | 4D | 55 | 4F | 5 | 4A | C |
| Octal | 65 | 14 | 10 | 0 | 115 | 125 | 117 | 5 | 112 | 14 |
| Binary | 110101 | 1100 | 1000 | 0 | 1001101 | 1010101 | 1001111 | 101 | 1001010 | 1100 |
Color Harmonies of #350C08
Complementary color
Monochromatic Colors of #350C08
Black with #350C08
Text Example
Text Example
White with #350C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C08; }
p { color: rgb(53,12,8); }
H1.HeaderClassName
{
color: #350C08;
}
.AnyTagClassName
{
color: #350C08;
}
</style>
background-color css
<style>
a { background-color: #350C08; }
a { background-color: rgb(53,12,8); }
div.DivClassName
{
background-color: #350C08;
}
.BgClassName
{
background-color: #350C08;
}
</style>
border-color css
<style>
span { border-color: #350C08; }
span { border-color: rgb(53,12,8); }
td.TdClassName
{
border-color: #350C08;
}
.TagClassName
{
border-color: #350C08;
}
</style>