Shades of Seal Brown #430A03
Tints of Seal Brown #430A03
RGB
CMYK
RGB Variations
Color information
#430A03 (or 0x430A03) is known color: Seal Brown. HEX triplet: 43, 0A and 03. RGB value is (67,10,3). Sum of RGB (Red+Green+Blue) = 67+10+3=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A03 is #BCF5FC. Grayscale: #1A1A1A. Windows color (decimal): -12383741 or 199235. OLE color: 199235.
HSL color Cylindrical-coordinate representation of color #430A03: hue angle of 6.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430A03 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 3 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.74 |
| HSL | 6.56º | 0.91% | 0.14% | - |
| HSV(B) | 6.56º | 0.96% | 0.26% | - |
| XYZ | 2.44 | 1.42 | 0.23 | - |
| YUV | 26.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 3 | 0 | 0.85 | 0.96 | 0.74 | 6.56 | 0.91 | 0.14 |
| Hex | 43 | A | 3 | 0 | 55 | 60 | 4A | 7 | 5B | E |
| Octal | 103 | 12 | 3 | 0 | 125 | 140 | 112 | 7 | 133 | 16 |
| Binary | 1000011 | 1010 | 11 | 0 | 1010101 | 1100000 | 1001010 | 111 | 1011011 | 1110 |
Color Harmonies of #430A03
Complementary color
Monochromatic Colors of #430A03
Black with #430A03
Text Example
Text Example
White with #430A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A03; }
p { color: rgb(67,10,3); }
H1.HeaderClassName
{
color: #430A03;
}
.AnyTagClassName
{
color: #430A03;
}
</style>
background-color css
<style>
a { background-color: #430A03; }
a { background-color: rgb(67,10,3); }
div.DivClassName
{
background-color: #430A03;
}
.BgClassName
{
background-color: #430A03;
}
</style>
border-color css
<style>
span { border-color: #430A03; }
span { border-color: rgb(67,10,3); }
td.TdClassName
{
border-color: #430A03;
}
.TagClassName
{
border-color: #430A03;
}
</style>