Shades of Seal Brown #430B00
Tints of Seal Brown #430B00
RGB
CMYK
RGB Variations
Color information
#430B00 (or 0x430B00) is known color: Seal Brown. HEX triplet: 43, 0B and 00. RGB value is (67,11,0). Sum of RGB (Red+Green+Blue) = 67+11+0=78 (10% of max value = 765). Red value is 67 (26.56% from 255 or 85.90% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 67 - color contains mainly: red. Hex color #430B00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B00 is #BCF4FF. Grayscale: #1A1A1A. Windows color (decimal): -12383488 or 2883. OLE color: 2883.
HSL color Cylindrical-coordinate representation of color #430B00: hue angle of 9.85º 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 #430B00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.74 |
| HSL | 9.85º | 1% | 0.13% | - |
| HSV(B) | 9.85º | 1% | 0.26% | - |
| XYZ | 2.43 | 1.43 | 0.15 | - |
| YUV | 26.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 0 | 0 | 0.84 | 1 | 0.74 | 9.85 | 1 | 0.13 |
| Hex | 43 | B | 0 | 0 | 54 | 64 | 4A | A | 64 | D |
| Octal | 103 | 13 | 0 | 0 | 124 | 144 | 112 | 12 | 144 | 15 |
| Binary | 1000011 | 1011 | 0 | 0 | 1010100 | 1100100 | 1001010 | 1010 | 1100100 | 1101 |
Color Harmonies of #430B00
Complementary color
Monochromatic Colors of #430B00
Black with #430B00
Text Example
Text Example
White with #430B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B00; }
p { color: rgb(67,11,0); }
H1.HeaderClassName
{
color: #430B00;
}
.AnyTagClassName
{
color: #430B00;
}
</style>
background-color css
<style>
a { background-color: #430B00; }
a { background-color: rgb(67,11,0); }
div.DivClassName
{
background-color: #430B00;
}
.BgClassName
{
background-color: #430B00;
}
</style>
border-color css
<style>
span { border-color: #430B00; }
span { border-color: rgb(67,11,0); }
td.TdClassName
{
border-color: #430B00;
}
.TagClassName
{
border-color: #430B00;
}
</style>