Shades of Seal Brown #430505
Tints of Seal Brown #430505
RGB
CMYK
RGB Variations
Color information
#430505 (or 0x430505) is known color: Seal Brown. HEX triplet: 43, 05 and 05. RGB value is (67,5,5). Sum of RGB (Red+Green+Blue) = 67+5+5=77 (10% of max value = 765). Red value is 67 (26.56% from 255 or 87.01% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 67 - color contains mainly: red. Hex color #430505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430505 is #BCFAFA. Grayscale: #171717. Windows color (decimal): -12385019 or 329027. OLE color: 329027.
HSL color Cylindrical-coordinate representation of color #430505: hue angle of 0º 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 #430505 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 5 | 5 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.74 |
| HSL | 0º | 0.86% | 0.14% | - |
| HSV(B) | 0º | 0.93% | 0.26% | - |
| XYZ | 2.4 | 1.31 | 0.27 | - |
| YUV | 23.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 5 | 0 | 0.93 | 0.93 | 0.74 | 0 | 0.86 | 0.14 |
| Hex | 43 | 5 | 5 | 0 | 5D | 5D | 4A | 0 | 56 | E |
| Octal | 103 | 5 | 5 | 0 | 135 | 135 | 112 | 0 | 126 | 16 |
| Binary | 1000011 | 101 | 101 | 0 | 1011101 | 1011101 | 1001010 | 0 | 1010110 | 1110 |
Color Harmonies of #430505
Complementary color
Monochromatic Colors of #430505
Black with #430505
Text Example
Text Example
White with #430505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430505; }
p { color: rgb(67,5,5); }
H1.HeaderClassName
{
color: #430505;
}
.AnyTagClassName
{
color: #430505;
}
</style>
background-color css
<style>
a { background-color: #430505; }
a { background-color: rgb(67,5,5); }
div.DivClassName
{
background-color: #430505;
}
.BgClassName
{
background-color: #430505;
}
</style>
border-color css
<style>
span { border-color: #430505; }
span { border-color: rgb(67,5,5); }
td.TdClassName
{
border-color: #430505;
}
.TagClassName
{
border-color: #430505;
}
</style>