Shades of Seal Brown #430B0A
Tints of Seal Brown #430B0A
RGB
CMYK
RGB Variations
Color information
#430B0A (or 0x430B0A) is known color: Seal Brown. HEX triplet: 43, 0B and 0A. RGB value is (67,11,10). Sum of RGB (Red+Green+Blue) = 67+11+10=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #430B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B0A is #BCF4F5. Grayscale: #1B1B1B. Windows color (decimal): -12383478 or 658243. OLE color: 658243.
HSL color Cylindrical-coordinate representation of color #430B0A: hue angle of 1.05º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430B0A is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 10 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.74 |
| HSL | 1.05º | 0.74% | 0.15% | - |
| HSV(B) | 1.05º | 0.85% | 0.26% | - |
| XYZ | 2.49 | 1.45 | 0.44 | - |
| YUV | 27.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 10 | 0 | 0.84 | 0.85 | 0.74 | 1.05 | 0.74 | 0.15 |
| Hex | 43 | B | A | 0 | 54 | 55 | 4A | 1 | 4A | F |
| Octal | 103 | 13 | 12 | 0 | 124 | 125 | 112 | 1 | 112 | 17 |
| Binary | 1000011 | 1011 | 1010 | 0 | 1010100 | 1010101 | 1001010 | 1 | 1001010 | 1111 |
Color Harmonies of #430B0A
Complementary color
Monochromatic Colors of #430B0A
Black with #430B0A
Text Example
Text Example
White with #430B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B0A; }
p { color: rgb(67,11,10); }
H1.HeaderClassName
{
color: #430B0A;
}
.AnyTagClassName
{
color: #430B0A;
}
</style>
background-color css
<style>
a { background-color: #430B0A; }
a { background-color: rgb(67,11,10); }
div.DivClassName
{
background-color: #430B0A;
}
.BgClassName
{
background-color: #430B0A;
}
</style>
border-color css
<style>
span { border-color: #430B0A; }
span { border-color: rgb(67,11,10); }
td.TdClassName
{
border-color: #430B0A;
}
.TagClassName
{
border-color: #430B0A;
}
</style>