Shades of Seal Brown #430201
Tints of Seal Brown #430201
RGB
CMYK
RGB Variations
Color information
#430201 (or 0x430201) is known color: Seal Brown. HEX triplet: 43, 02 and 01. RGB value is (67,2,1). Sum of RGB (Red+Green+Blue) = 67+2+1=70 (9% of max value = 765). Red value is 67 (26.56% from 255 or 95.71% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 67 - color contains mainly: red. Hex color #430201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430201 is #BCFDFE. Grayscale: #151515. Windows color (decimal): -12385791 or 66115. OLE color: 66115.
HSL color Cylindrical-coordinate representation of color #430201: hue angle of 0.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430201 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 2 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.74 |
| HSL | 0.91º | 0.97% | 0.13% | - |
| HSV(B) | 0.91º | 0.99% | 0.26% | - |
| XYZ | 2.34 | 1.24 | 0.14 | - |
| YUV | 21.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 1 | 0 | 0.97 | 0.99 | 0.74 | 0.91 | 0.97 | 0.13 |
| Hex | 43 | 2 | 1 | 0 | 61 | 63 | 4A | 1 | 61 | D |
| Octal | 103 | 2 | 1 | 0 | 141 | 143 | 112 | 1 | 141 | 15 |
| Binary | 1000011 | 10 | 1 | 0 | 1100001 | 1100011 | 1001010 | 1 | 1100001 | 1101 |
Color Harmonies of #430201
Complementary color
Monochromatic Colors of #430201
Black with #430201
Text Example
Text Example
White with #430201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430201; }
p { color: rgb(67,2,1); }
H1.HeaderClassName
{
color: #430201;
}
.AnyTagClassName
{
color: #430201;
}
</style>
background-color css
<style>
a { background-color: #430201; }
a { background-color: rgb(67,2,1); }
div.DivClassName
{
background-color: #430201;
}
.BgClassName
{
background-color: #430201;
}
</style>
border-color css
<style>
span { border-color: #430201; }
span { border-color: rgb(67,2,1); }
td.TdClassName
{
border-color: #430201;
}
.TagClassName
{
border-color: #430201;
}
</style>