Shades of Seal Brown #430B07
Tints of Seal Brown #430B07
RGB
CMYK
RGB Variations
Color information
#430B07 (or 0x430B07) is known color: Seal Brown. HEX triplet: 43, 0B and 07. RGB value is (67,11,7). Sum of RGB (Red+Green+Blue) = 67+11+7=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #430B07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B07 is #BCF4F8. Grayscale: #1B1B1B. Windows color (decimal): -12383481 or 461635. OLE color: 461635.
HSL color Cylindrical-coordinate representation of color #430B07: hue angle of 4º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430B07 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 7 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.74 |
| HSL | 4º | 0.81% | 0.15% | - |
| HSV(B) | 4º | 0.9% | 0.26% | - |
| XYZ | 2.47 | 1.45 | 0.35 | - |
| YUV | 27.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 7 | 0 | 0.84 | 0.90 | 0.74 | 4 | 0.81 | 0.15 |
| Hex | 43 | B | 7 | 0 | 54 | 5A | 4A | 4 | 51 | F |
| Octal | 103 | 13 | 7 | 0 | 124 | 132 | 112 | 4 | 121 | 17 |
| Binary | 1000011 | 1011 | 111 | 0 | 1010100 | 1011010 | 1001010 | 100 | 1010001 | 1111 |
Color Harmonies of #430B07
Complementary color
Monochromatic Colors of #430B07
Black with #430B07
Text Example
Text Example
White with #430B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B07; }
p { color: rgb(67,11,7); }
H1.HeaderClassName
{
color: #430B07;
}
.AnyTagClassName
{
color: #430B07;
}
</style>
background-color css
<style>
a { background-color: #430B07; }
a { background-color: rgb(67,11,7); }
div.DivClassName
{
background-color: #430B07;
}
.BgClassName
{
background-color: #430B07;
}
</style>
border-color css
<style>
span { border-color: #430B07; }
span { border-color: rgb(67,11,7); }
td.TdClassName
{
border-color: #430B07;
}
.TagClassName
{
border-color: #430B07;
}
</style>