Shades of Seal Brown #430A00
Tints of Seal Brown #430A00
RGB
CMYK
RGB Variations
Color information
#430A00 (or 0x430A00) is known color: Seal Brown. HEX triplet: 43, 0A and 00. RGB value is (67,10,0). Sum of RGB (Red+Green+Blue) = 67+10+0=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430A00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A00 is #BCF5FF. Grayscale: #191919. Windows color (decimal): -12383744 or 2627. OLE color: 2627.
HSL color Cylindrical-coordinate representation of color #430A00: hue angle of 8.96º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.74 |
| HSL | 8.96º | 1% | 0.13% | - |
| HSV(B) | 8.96º | 1% | 0.26% | - |
| XYZ | 2.42 | 1.41 | 0.14 | - |
| YUV | 25.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 0 | 0 | 0.85 | 1 | 0.74 | 8.96 | 1 | 0.13 |
| Hex | 43 | A | 0 | 0 | 55 | 64 | 4A | 9 | 64 | D |
| Octal | 103 | 12 | 0 | 0 | 125 | 144 | 112 | 11 | 144 | 15 |
| Binary | 1000011 | 1010 | 0 | 0 | 1010101 | 1100100 | 1001010 | 1001 | 1100100 | 1101 |
Color Harmonies of #430A00
Complementary color
Monochromatic Colors of #430A00
Black with #430A00
Text Example
Text Example
White with #430A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A00; }
p { color: rgb(67,10,0); }
H1.HeaderClassName
{
color: #430A00;
}
.AnyTagClassName
{
color: #430A00;
}
</style>
background-color css
<style>
a { background-color: #430A00; }
a { background-color: rgb(67,10,0); }
div.DivClassName
{
background-color: #430A00;
}
.BgClassName
{
background-color: #430A00;
}
</style>
border-color css
<style>
span { border-color: #430A00; }
span { border-color: rgb(67,10,0); }
td.TdClassName
{
border-color: #430A00;
}
.TagClassName
{
border-color: #430A00;
}
</style>