Shades of Seal Brown #430D06
Tints of Seal Brown #430D06
RGB
CMYK
RGB Variations
Color information
#430D06 (or 0x430D06) is known color: Seal Brown. HEX triplet: 43, 0D and 06. RGB value is (67,13,6). Sum of RGB (Red+Green+Blue) = 67+13+6=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D06 is #BCF2F9. Grayscale: #1C1C1C. Windows color (decimal): -12382970 or 396611. OLE color: 396611.
HSL color Cylindrical-coordinate representation of color #430D06: hue angle of 6.89º 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 #430D06 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 6 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.74 |
| HSL | 6.89º | 0.84% | 0.14% | - |
| HSV(B) | 6.89º | 0.91% | 0.26% | - |
| XYZ | 2.49 | 1.49 | 0.33 | - |
| YUV | 28.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 6 | 0 | 0.81 | 0.91 | 0.74 | 6.89 | 0.84 | 0.14 |
| Hex | 43 | D | 6 | 0 | 51 | 5B | 4A | 7 | 54 | E |
| Octal | 103 | 15 | 6 | 0 | 121 | 133 | 112 | 7 | 124 | 16 |
| Binary | 1000011 | 1101 | 110 | 0 | 1010001 | 1011011 | 1001010 | 111 | 1010100 | 1110 |
Color Harmonies of #430D06
Complementary color
Monochromatic Colors of #430D06
Black with #430D06
Text Example
Text Example
White with #430D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D06; }
p { color: rgb(67,13,6); }
H1.HeaderClassName
{
color: #430D06;
}
.AnyTagClassName
{
color: #430D06;
}
</style>
background-color css
<style>
a { background-color: #430D06; }
a { background-color: rgb(67,13,6); }
div.DivClassName
{
background-color: #430D06;
}
.BgClassName
{
background-color: #430D06;
}
</style>
border-color css
<style>
span { border-color: #430D06; }
span { border-color: rgb(67,13,6); }
td.TdClassName
{
border-color: #430D06;
}
.TagClassName
{
border-color: #430D06;
}
</style>