Shades of Seal Brown #430E05
Tints of Seal Brown #430E05
RGB
CMYK
RGB Variations
Color information
#430E05 (or 0x430E05) is known color: Seal Brown. HEX triplet: 43, 0E and 05. RGB value is (67,14,5). Sum of RGB (Red+Green+Blue) = 67+14+5=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430E05 is #BCF1FA. Grayscale: #1C1C1C. Windows color (decimal): -12382715 or 331331. OLE color: 331331.
HSL color Cylindrical-coordinate representation of color #430E05: hue angle of 8.71º 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 #430E05 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 5 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.74 |
| HSL | 8.71º | 0.86% | 0.14% | - |
| HSV(B) | 8.71º | 0.93% | 0.26% | - |
| XYZ | 2.5 | 1.52 | 0.3 | - |
| YUV | 28.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 5 | 0 | 0.79 | 0.93 | 0.74 | 8.71 | 0.86 | 0.14 |
| Hex | 43 | E | 5 | 0 | 4F | 5D | 4A | 9 | 56 | E |
| Octal | 103 | 16 | 5 | 0 | 117 | 135 | 112 | 11 | 126 | 16 |
| Binary | 1000011 | 1110 | 101 | 0 | 1001111 | 1011101 | 1001010 | 1001 | 1010110 | 1110 |
Color Harmonies of #430E05
Complementary color
Monochromatic Colors of #430E05
Black with #430E05
Text Example
Text Example
White with #430E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E05; }
p { color: rgb(67,14,5); }
H1.HeaderClassName
{
color: #430E05;
}
.AnyTagClassName
{
color: #430E05;
}
</style>
background-color css
<style>
a { background-color: #430E05; }
a { background-color: rgb(67,14,5); }
div.DivClassName
{
background-color: #430E05;
}
.BgClassName
{
background-color: #430E05;
}
</style>
border-color css
<style>
span { border-color: #430E05; }
span { border-color: rgb(67,14,5); }
td.TdClassName
{
border-color: #430E05;
}
.TagClassName
{
border-color: #430E05;
}
</style>