Shades of Seal Brown #430F04
Tints of Seal Brown #430F04
RGB
CMYK
RGB Variations
Color information
#430F04 (or 0x430F04) is known color: Seal Brown. HEX triplet: 43, 0F and 04. RGB value is (67,15,4). Sum of RGB (Red+Green+Blue) = 67+15+4=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F04 is #BCF0FB. Grayscale: #1D1D1D. Windows color (decimal): -12382460 or 266051. OLE color: 266051.
HSL color Cylindrical-coordinate representation of color #430F04: hue angle of 10.48º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430F04 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 4 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.74 |
| HSL | 10.48º | 0.89% | 0.14% | - |
| HSV(B) | 10.48º | 0.94% | 0.26% | - |
| XYZ | 2.51 | 1.54 | 0.28 | - |
| YUV | 29.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 4 | 0 | 0.78 | 0.94 | 0.74 | 10.48 | 0.89 | 0.14 |
| Hex | 43 | F | 4 | 0 | 4E | 5E | 4A | A | 59 | E |
| Octal | 103 | 17 | 4 | 0 | 116 | 136 | 112 | 12 | 131 | 16 |
| Binary | 1000011 | 1111 | 100 | 0 | 1001110 | 1011110 | 1001010 | 1010 | 1011001 | 1110 |
Color Harmonies of #430F04
Complementary color
Monochromatic Colors of #430F04
Black with #430F04
Text Example
Text Example
White with #430F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F04; }
p { color: rgb(67,15,4); }
H1.HeaderClassName
{
color: #430F04;
}
.AnyTagClassName
{
color: #430F04;
}
</style>
background-color css
<style>
a { background-color: #430F04; }
a { background-color: rgb(67,15,4); }
div.DivClassName
{
background-color: #430F04;
}
.BgClassName
{
background-color: #430F04;
}
</style>
border-color css
<style>
span { border-color: #430F04; }
span { border-color: rgb(67,15,4); }
td.TdClassName
{
border-color: #430F04;
}
.TagClassName
{
border-color: #430F04;
}
</style>