Shades of Seal Brown #430200
Tints of Seal Brown #430200
RGB
CMYK
RGB Variations
Color information
#430200 (or 0x430200) is known color: Seal Brown. HEX triplet: 43, 02 and 00. RGB value is (67,2,0). Sum of RGB (Red+Green+Blue) = 67+2+0=69 (9% of max value = 765). Red value is 67 (26.56% from 255 or 97.10% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 0 (0.39% from 255 or 0% from 69); Max value from RGB is 67 - color contains mainly: red. Hex color #430200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430200 is #BCFDFF. Grayscale: #151515. Windows color (decimal): -12385792 or 579. OLE color: 579.
HSL color Cylindrical-coordinate representation of color #430200: hue angle of 1.79º 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 #430200 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.74 |
| HSL | 1.79º | 1% | 0.13% | - |
| HSV(B) | 1.79º | 1% | 0.26% | - |
| XYZ | 2.34 | 1.24 | 0.12 | - |
| YUV | 21.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 0 | 0 | 0.97 | 1 | 0.74 | 1.79 | 1 | 0.13 |
| Hex | 43 | 2 | 0 | 0 | 61 | 64 | 4A | 2 | 64 | D |
| Octal | 103 | 2 | 0 | 0 | 141 | 144 | 112 | 2 | 144 | 15 |
| Binary | 1000011 | 10 | 0 | 0 | 1100001 | 1100100 | 1001010 | 10 | 1100100 | 1101 |
Color Harmonies of #430200
Complementary color
Monochromatic Colors of #430200
Black with #430200
Text Example
Text Example
White with #430200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430200; }
p { color: rgb(67,2,0); }
H1.HeaderClassName
{
color: #430200;
}
.AnyTagClassName
{
color: #430200;
}
</style>
background-color css
<style>
a { background-color: #430200; }
a { background-color: rgb(67,2,0); }
div.DivClassName
{
background-color: #430200;
}
.BgClassName
{
background-color: #430200;
}
</style>
border-color css
<style>
span { border-color: #430200; }
span { border-color: rgb(67,2,0); }
td.TdClassName
{
border-color: #430200;
}
.TagClassName
{
border-color: #430200;
}
</style>