Shades of Seal Brown #43130B
Tints of Seal Brown #43130B
RGB
CMYK
RGB Variations
Color information
#43130B (or 0x43130B) is known color: Seal Brown. HEX triplet: 43, 13 and 0B. RGB value is (67,19,11). Sum of RGB (Red+Green+Blue) = 67+19+11=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #43130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43130B is #BCECF4. Grayscale: #202020. Windows color (decimal): -12381429 or 725827. OLE color: 725827.
HSL color Cylindrical-coordinate representation of color #43130B: hue angle of 8.57º 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 #43130B is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 11 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.74 |
| HSL | 8.57º | 0.72% | 0.15% | - |
| HSV(B) | 8.57º | 0.84% | 0.26% | - |
| XYZ | 2.61 | 1.68 | 0.5 | - |
| YUV | 32.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 11 | 0 | 0.72 | 0.84 | 0.74 | 8.57 | 0.72 | 0.15 |
| Hex | 43 | 13 | B | 0 | 48 | 54 | 4A | 9 | 48 | F |
| Octal | 103 | 23 | 13 | 0 | 110 | 124 | 112 | 11 | 110 | 17 |
| Binary | 1000011 | 10011 | 1011 | 0 | 1001000 | 1010100 | 1001010 | 1001 | 1001000 | 1111 |
Color Harmonies of #43130B
Complementary color
Monochromatic Colors of #43130B
Black with #43130B
Text Example
Text Example
White with #43130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43130B; }
p { color: rgb(67,19,11); }
H1.HeaderClassName
{
color: #43130B;
}
.AnyTagClassName
{
color: #43130B;
}
</style>
background-color css
<style>
a { background-color: #43130B; }
a { background-color: rgb(67,19,11); }
div.DivClassName
{
background-color: #43130B;
}
.BgClassName
{
background-color: #43130B;
}
</style>
border-color css
<style>
span { border-color: #43130B; }
span { border-color: rgb(67,19,11); }
td.TdClassName
{
border-color: #43130B;
}
.TagClassName
{
border-color: #43130B;
}
</style>