Shades of Seal Brown #43130A
Tints of Seal Brown #43130A
RGB
CMYK
RGB Variations
Color information
#43130A (or 0x43130A) is known color: Seal Brown. HEX triplet: 43, 13 and 0A. RGB value is (67,19,10). Sum of RGB (Red+Green+Blue) = 67+19+10=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #43130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43130A is #BCECF5. Grayscale: #202020. Windows color (decimal): -12381430 or 660291. OLE color: 660291.
HSL color Cylindrical-coordinate representation of color #43130A: hue angle of 9.47º 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 #43130A is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 10 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.74 |
| HSL | 9.47º | 0.74% | 0.15% | - |
| HSV(B) | 9.47º | 0.85% | 0.26% | - |
| XYZ | 2.6 | 1.68 | 0.47 | - |
| YUV | 32.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 10 | 0 | 0.72 | 0.85 | 0.74 | 9.47 | 0.74 | 0.15 |
| Hex | 43 | 13 | A | 0 | 48 | 55 | 4A | 9 | 4A | F |
| Octal | 103 | 23 | 12 | 0 | 110 | 125 | 112 | 11 | 112 | 17 |
| Binary | 1000011 | 10011 | 1010 | 0 | 1001000 | 1010101 | 1001010 | 1001 | 1001010 | 1111 |
Color Harmonies of #43130A
Complementary color
Monochromatic Colors of #43130A
Black with #43130A
Text Example
Text Example
White with #43130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43130A; }
p { color: rgb(67,19,10); }
H1.HeaderClassName
{
color: #43130A;
}
.AnyTagClassName
{
color: #43130A;
}
</style>
background-color css
<style>
a { background-color: #43130A; }
a { background-color: rgb(67,19,10); }
div.DivClassName
{
background-color: #43130A;
}
.BgClassName
{
background-color: #43130A;
}
</style>
border-color css
<style>
span { border-color: #43130A; }
span { border-color: rgb(67,19,10); }
td.TdClassName
{
border-color: #43130A;
}
.TagClassName
{
border-color: #43130A;
}
</style>