Shades of Seal Brown #430A05
Tints of Seal Brown #430A05
RGB
CMYK
RGB Variations
Color information
#430A05 (or 0x430A05) is known color: Seal Brown. HEX triplet: 43, 0A and 05. RGB value is (67,10,5). Sum of RGB (Red+Green+Blue) = 67+10+5=82 (10% of max value = 765). Red value is 67 (26.56% from 255 or 81.71% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 67 - color contains mainly: red. Hex color #430A05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A05 is #BCF5FA. Grayscale: #1A1A1A. Windows color (decimal): -12383739 or 330307. OLE color: 330307.
HSL color Cylindrical-coordinate representation of color #430A05: hue angle of 4.84º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430A05 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 5 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.74 |
| HSL | 4.84º | 0.86% | 0.14% | - |
| HSV(B) | 4.84º | 0.93% | 0.26% | - |
| XYZ | 2.45 | 1.42 | 0.29 | - |
| YUV | 26.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 5 | 0 | 0.85 | 0.93 | 0.74 | 4.84 | 0.86 | 0.14 |
| Hex | 43 | A | 5 | 0 | 55 | 5D | 4A | 5 | 56 | E |
| Octal | 103 | 12 | 5 | 0 | 125 | 135 | 112 | 5 | 126 | 16 |
| Binary | 1000011 | 1010 | 101 | 0 | 1010101 | 1011101 | 1001010 | 101 | 1010110 | 1110 |
Color Harmonies of #430A05
Complementary color
Monochromatic Colors of #430A05
Black with #430A05
Text Example
Text Example
White with #430A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A05; }
p { color: rgb(67,10,5); }
H1.HeaderClassName
{
color: #430A05;
}
.AnyTagClassName
{
color: #430A05;
}
</style>
background-color css
<style>
a { background-color: #430A05; }
a { background-color: rgb(67,10,5); }
div.DivClassName
{
background-color: #430A05;
}
.BgClassName
{
background-color: #430A05;
}
</style>
border-color css
<style>
span { border-color: #430A05; }
span { border-color: rgb(67,10,5); }
td.TdClassName
{
border-color: #430A05;
}
.TagClassName
{
border-color: #430A05;
}
</style>