Shades of Seal Brown #430A01
Tints of Seal Brown #430A01
RGB
CMYK
RGB Variations
Color information
#430A01 (or 0x430A01) is known color: Seal Brown. HEX triplet: 43, 0A and 01. RGB value is (67,10,1). Sum of RGB (Red+Green+Blue) = 67+10+1=78 (10% of max value = 765). Red value is 67 (26.56% from 255 or 85.90% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 67 - color contains mainly: red. Hex color #430A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A01 is #BCF5FE. Grayscale: #1A1A1A. Windows color (decimal): -12383743 or 68163. OLE color: 68163.
HSL color Cylindrical-coordinate representation of color #430A01: hue angle of 8.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430A01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.74 |
| HSL | 8.18º | 0.97% | 0.13% | - |
| HSV(B) | 8.18º | 0.99% | 0.26% | - |
| XYZ | 2.43 | 1.41 | 0.17 | - |
| YUV | 26.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 1 | 0 | 0.85 | 0.99 | 0.74 | 8.18 | 0.97 | 0.13 |
| Hex | 43 | A | 1 | 0 | 55 | 63 | 4A | 8 | 61 | D |
| Octal | 103 | 12 | 1 | 0 | 125 | 143 | 112 | 10 | 141 | 15 |
| Binary | 1000011 | 1010 | 1 | 0 | 1010101 | 1100011 | 1001010 | 1000 | 1100001 | 1101 |
Color Harmonies of #430A01
Complementary color
Monochromatic Colors of #430A01
Black with #430A01
Text Example
Text Example
White with #430A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A01; }
p { color: rgb(67,10,1); }
H1.HeaderClassName
{
color: #430A01;
}
.AnyTagClassName
{
color: #430A01;
}
</style>
background-color css
<style>
a { background-color: #430A01; }
a { background-color: rgb(67,10,1); }
div.DivClassName
{
background-color: #430A01;
}
.BgClassName
{
background-color: #430A01;
}
</style>
border-color css
<style>
span { border-color: #430A01; }
span { border-color: rgb(67,10,1); }
td.TdClassName
{
border-color: #430A01;
}
.TagClassName
{
border-color: #430A01;
}
</style>