Shades of Seal Brown #430E0B
Tints of Seal Brown #430E0B
RGB
CMYK
RGB Variations
Color information
#430E0B (or 0x430E0B) is known color: Seal Brown. HEX triplet: 43, 0E and 0B. RGB value is (67,14,11). Sum of RGB (Red+Green+Blue) = 67+14+11=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430E0B is #BCF1F4. Grayscale: #1D1D1D. Windows color (decimal): -12382709 or 724547. OLE color: 724547.
HSL color Cylindrical-coordinate representation of color #430E0B: hue angle of 3.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430E0B is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 11 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.74 |
| HSL | 3.21º | 0.72% | 0.15% | - |
| HSV(B) | 3.21º | 0.84% | 0.26% | - |
| XYZ | 2.53 | 1.53 | 0.48 | - |
| YUV | 29.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 11 | 0 | 0.79 | 0.84 | 0.74 | 3.21 | 0.72 | 0.15 |
| Hex | 43 | E | B | 0 | 4F | 54 | 4A | 3 | 48 | F |
| Octal | 103 | 16 | 13 | 0 | 117 | 124 | 112 | 3 | 110 | 17 |
| Binary | 1000011 | 1110 | 1011 | 0 | 1001111 | 1010100 | 1001010 | 11 | 1001000 | 1111 |
Color Harmonies of #430E0B
Complementary color
Monochromatic Colors of #430E0B
Black with #430E0B
Text Example
Text Example
White with #430E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E0B; }
p { color: rgb(67,14,11); }
H1.HeaderClassName
{
color: #430E0B;
}
.AnyTagClassName
{
color: #430E0B;
}
</style>
background-color css
<style>
a { background-color: #430E0B; }
a { background-color: rgb(67,14,11); }
div.DivClassName
{
background-color: #430E0B;
}
.BgClassName
{
background-color: #430E0B;
}
</style>
border-color css
<style>
span { border-color: #430E0B; }
span { border-color: rgb(67,14,11); }
td.TdClassName
{
border-color: #430E0B;
}
.TagClassName
{
border-color: #430E0B;
}
</style>