Shades of Seal Brown #430D00
Tints of Seal Brown #430D00
RGB
CMYK
RGB Variations
Color information
#430D00 (or 0x430D00) is known color: Seal Brown. HEX triplet: 43, 0D and 00. RGB value is (67,13,0). Sum of RGB (Red+Green+Blue) = 67+13+0=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D00 is #BCF2FF. Grayscale: #1B1B1B. Windows color (decimal): -12382976 or 3395. OLE color: 3395.
HSL color Cylindrical-coordinate representation of color #430D00: hue angle of 11.64º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430D00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 13 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.74 |
| HSL | 11.64º | 1% | 0.13% | - |
| HSV(B) | 11.64º | 1% | 0.26% | - |
| XYZ | 2.46 | 1.48 | 0.16 | - |
| YUV | 27.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 0 | 0 | 0.81 | 1 | 0.74 | 11.64 | 1 | 0.13 |
| Hex | 43 | D | 0 | 0 | 51 | 64 | 4A | C | 64 | D |
| Octal | 103 | 15 | 0 | 0 | 121 | 144 | 112 | 14 | 144 | 15 |
| Binary | 1000011 | 1101 | 0 | 0 | 1010001 | 1100100 | 1001010 | 1100 | 1100100 | 1101 |
Color Harmonies of #430D00
Complementary color
Monochromatic Colors of #430D00
Black with #430D00
Text Example
Text Example
White with #430D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430D00; }
p { color: rgb(67,13,0); }
H1.HeaderClassName
{
color: #430D00;
}
.AnyTagClassName
{
color: #430D00;
}
</style>
background-color css
<style>
a { background-color: #430D00; }
a { background-color: rgb(67,13,0); }
div.DivClassName
{
background-color: #430D00;
}
.BgClassName
{
background-color: #430D00;
}
</style>
border-color css
<style>
span { border-color: #430D00; }
span { border-color: rgb(67,13,0); }
td.TdClassName
{
border-color: #430D00;
}
.TagClassName
{
border-color: #430D00;
}
</style>