Shades of Seal Brown #430800
Tints of Seal Brown #430800
RGB
CMYK
RGB Variations
Color information
#430800 (or 0x430800) is known color: Seal Brown. HEX triplet: 43, 08 and 00. RGB value is (67,8,0). Sum of RGB (Red+Green+Blue) = 67+8+0=75 (9% of max value = 765). Red value is 67 (26.56% from 255 or 89.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 67 - color contains mainly: red. Hex color #430800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430800 is #BCF7FF. Grayscale: #181818. Windows color (decimal): -12384256 or 2115. OLE color: 2115.
HSL color Cylindrical-coordinate representation of color #430800: hue angle of 7.16º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430800 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 8 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.74 |
| HSL | 7.16º | 1% | 0.13% | - |
| HSV(B) | 7.16º | 1% | 0.26% | - |
| XYZ | 2.4 | 1.37 | 0.14 | - |
| YUV | 24.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 8 | 0 | 0 | 0.88 | 1 | 0.74 | 7.16 | 1 | 0.13 |
| Hex | 43 | 8 | 0 | 0 | 58 | 64 | 4A | 7 | 64 | D |
| Octal | 103 | 10 | 0 | 0 | 130 | 144 | 112 | 7 | 144 | 15 |
| Binary | 1000011 | 1000 | 0 | 0 | 1011000 | 1100100 | 1001010 | 111 | 1100100 | 1101 |
Color Harmonies of #430800
Complementary color
Monochromatic Colors of #430800
Black with #430800
Text Example
Text Example
White with #430800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430800; }
p { color: rgb(67,8,0); }
H1.HeaderClassName
{
color: #430800;
}
.AnyTagClassName
{
color: #430800;
}
</style>
background-color css
<style>
a { background-color: #430800; }
a { background-color: rgb(67,8,0); }
div.DivClassName
{
background-color: #430800;
}
.BgClassName
{
background-color: #430800;
}
</style>
border-color css
<style>
span { border-color: #430800; }
span { border-color: rgb(67,8,0); }
td.TdClassName
{
border-color: #430800;
}
.TagClassName
{
border-color: #430800;
}
</style>