Shades of Seal Brown #430B06
Tints of Seal Brown #430B06
RGB
CMYK
RGB Variations
Color information
#430B06 (or 0x430B06) is known color: Seal Brown. HEX triplet: 43, 0B and 06. RGB value is (67,11,6). Sum of RGB (Red+Green+Blue) = 67+11+6=84 (11% of max value = 765). Red value is 67 (26.56% from 255 or 79.76% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 67 - color contains mainly: red. Hex color #430B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B06 is #BCF4F9. Grayscale: #1B1B1B. Windows color (decimal): -12383482 or 396099. OLE color: 396099.
HSL color Cylindrical-coordinate representation of color #430B06: hue angle of 4.92º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430B06 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 6 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.74 |
| HSL | 4.92º | 0.84% | 0.14% | - |
| HSV(B) | 4.92º | 0.91% | 0.26% | - |
| XYZ | 2.47 | 1.45 | 0.32 | - |
| YUV | 27.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 6 | 0 | 0.84 | 0.91 | 0.74 | 4.92 | 0.84 | 0.14 |
| Hex | 43 | B | 6 | 0 | 54 | 5B | 4A | 5 | 54 | E |
| Octal | 103 | 13 | 6 | 0 | 124 | 133 | 112 | 5 | 124 | 16 |
| Binary | 1000011 | 1011 | 110 | 0 | 1010100 | 1011011 | 1001010 | 101 | 1010100 | 1110 |
Color Harmonies of #430B06
Complementary color
Monochromatic Colors of #430B06
Black with #430B06
Text Example
Text Example
White with #430B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B06; }
p { color: rgb(67,11,6); }
H1.HeaderClassName
{
color: #430B06;
}
.AnyTagClassName
{
color: #430B06;
}
</style>
background-color css
<style>
a { background-color: #430B06; }
a { background-color: rgb(67,11,6); }
div.DivClassName
{
background-color: #430B06;
}
.BgClassName
{
background-color: #430B06;
}
</style>
border-color css
<style>
span { border-color: #430B06; }
span { border-color: rgb(67,11,6); }
td.TdClassName
{
border-color: #430B06;
}
.TagClassName
{
border-color: #430B06;
}
</style>