Shades of Seal Brown #510302
Tints of Seal Brown #510302
RGB
CMYK
RGB Variations
Color information
#510302 (or 0x510302) is known color: Seal Brown. HEX triplet: 51, 03 and 02. RGB value is (81,3,2). Sum of RGB (Red+Green+Blue) = 81+3+2=86 (11% of max value = 765). Red value is 81 (32.03% from 255 or 94.19% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 81 - color contains mainly: red. Hex color #510302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510302 is #AEFCFD. Grayscale: #1A1A1A. Windows color (decimal): -11468030 or 131921. OLE color: 131921.
HSL color Cylindrical-coordinate representation of color #510302: hue angle of 0.76º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510302 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 3 | 2 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.68 |
| HSL | 0.76º | 0.95% | 0.16% | - |
| HSV(B) | 0.76º | 0.98% | 0.32% | - |
| XYZ | 3.44 | 1.82 | 0.23 | - |
| YUV | 26.21 | 114.34 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 2 | 0 | 0.96 | 0.98 | 0.68 | 0.76 | 0.95 | 0.16 |
| Hex | 51 | 3 | 2 | 0 | 60 | 62 | 44 | 1 | 5F | 10 |
| Octal | 121 | 3 | 2 | 0 | 140 | 142 | 104 | 1 | 137 | 20 |
| Binary | 1010001 | 11 | 10 | 0 | 1100000 | 1100010 | 1000100 | 1 | 1011111 | 10000 |
Color Harmonies of #510302
Complementary color
Monochromatic Colors of #510302
Black with #510302
Text Example
Text Example
White with #510302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510302; }
p { color: rgb(81,3,2); }
H1.HeaderClassName
{
color: #510302;
}
.AnyTagClassName
{
color: #510302;
}
</style>
background-color css
<style>
a { background-color: #510302; }
a { background-color: rgb(81,3,2); }
div.DivClassName
{
background-color: #510302;
}
.BgClassName
{
background-color: #510302;
}
</style>
border-color css
<style>
span { border-color: #510302; }
span { border-color: rgb(81,3,2); }
td.TdClassName
{
border-color: #510302;
}
.TagClassName
{
border-color: #510302;
}
</style>