Shades of Seal Brown #430F0D
Tints of Seal Brown #430F0D
RGB
CMYK
RGB Variations
Color information
#430F0D (or 0x430F0D) is known color: Seal Brown. HEX triplet: 43, 0F and 0D. RGB value is (67,15,13). Sum of RGB (Red+Green+Blue) = 67+15+13=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430F0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F0D is #BCF0F2. Grayscale: #1E1E1E. Windows color (decimal): -12382451 or 855875. OLE color: 855875.
HSL color Cylindrical-coordinate representation of color #430F0D: hue angle of 2.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430F0D is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 13 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.74 |
| HSL | 2.22º | 0.68% | 0.16% | - |
| HSV(B) | 2.22º | 0.81% | 0.26% | - |
| XYZ | 2.56 | 1.56 | 0.55 | - |
| YUV | 30.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 13 | 0 | 0.78 | 0.81 | 0.74 | 2.22 | 0.68 | 0.16 |
| Hex | 43 | F | D | 0 | 4E | 51 | 4A | 2 | 44 | 10 |
| Octal | 103 | 17 | 15 | 0 | 116 | 121 | 112 | 2 | 104 | 20 |
| Binary | 1000011 | 1111 | 1101 | 0 | 1001110 | 1010001 | 1001010 | 10 | 1000100 | 10000 |
Color Harmonies of #430F0D
Complementary color
Monochromatic Colors of #430F0D
Black with #430F0D
Text Example
Text Example
White with #430F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F0D; }
p { color: rgb(67,15,13); }
H1.HeaderClassName
{
color: #430F0D;
}
.AnyTagClassName
{
color: #430F0D;
}
</style>
background-color css
<style>
a { background-color: #430F0D; }
a { background-color: rgb(67,15,13); }
div.DivClassName
{
background-color: #430F0D;
}
.BgClassName
{
background-color: #430F0D;
}
</style>
border-color css
<style>
span { border-color: #430F0D; }
span { border-color: rgb(67,15,13); }
td.TdClassName
{
border-color: #430F0D;
}
.TagClassName
{
border-color: #430F0D;
}
</style>