Shades of Seal Brown #430707
Tints of Seal Brown #430707
RGB
CMYK
RGB Variations
Color information
#430707 (or 0x430707) is known color: Seal Brown. HEX triplet: 43, 07 and 07. RGB value is (67,7,7). Sum of RGB (Red+Green+Blue) = 67+7+7=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 7 (3.12% from 255 or 8.64% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430707 is #BCF8F8. Grayscale: #181818. Windows color (decimal): -12384505 or 460611. OLE color: 460611.
HSL color Cylindrical-coordinate representation of color #430707: hue angle of 0º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430707 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 7 | 7 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.74 |
| HSL | 0º | 0.81% | 0.15% | - |
| HSV(B) | 0º | 0.9% | 0.26% | - |
| XYZ | 2.43 | 1.36 | 0.34 | - |
| YUV | 24.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 7 | 0 | 0.90 | 0.90 | 0.74 | 0 | 0.81 | 0.15 |
| Hex | 43 | 7 | 7 | 0 | 5A | 5A | 4A | 0 | 51 | F |
| Octal | 103 | 7 | 7 | 0 | 132 | 132 | 112 | 0 | 121 | 17 |
| Binary | 1000011 | 111 | 111 | 0 | 1011010 | 1011010 | 1001010 | 0 | 1010001 | 1111 |
Color Harmonies of #430707
Complementary color
Monochromatic Colors of #430707
Black with #430707
Text Example
Text Example
White with #430707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430707; }
p { color: rgb(67,7,7); }
H1.HeaderClassName
{
color: #430707;
}
.AnyTagClassName
{
color: #430707;
}
</style>
background-color css
<style>
a { background-color: #430707; }
a { background-color: rgb(67,7,7); }
div.DivClassName
{
background-color: #430707;
}
.BgClassName
{
background-color: #430707;
}
</style>
border-color css
<style>
span { border-color: #430707; }
span { border-color: rgb(67,7,7); }
td.TdClassName
{
border-color: #430707;
}
.TagClassName
{
border-color: #430707;
}
</style>