Shades of Seal Brown #430C06
Tints of Seal Brown #430C06
RGB
CMYK
RGB Variations
Color information
#430C06 (or 0x430C06) is known color: Seal Brown. HEX triplet: 43, 0C and 06. RGB value is (67,12,6). Sum of RGB (Red+Green+Blue) = 67+12+6=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #430C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C06 is #BCF3F9. Grayscale: #1B1B1B. Windows color (decimal): -12383226 or 396355. OLE color: 396355.
HSL color Cylindrical-coordinate representation of color #430C06: hue angle of 5.9º 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 #430C06 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 6 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.74 |
| HSL | 5.9º | 0.84% | 0.14% | - |
| HSV(B) | 5.9º | 0.91% | 0.26% | - |
| XYZ | 2.48 | 1.47 | 0.33 | - |
| YUV | 27.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 6 | 0 | 0.82 | 0.91 | 0.74 | 5.9 | 0.84 | 0.14 |
| Hex | 43 | C | 6 | 0 | 52 | 5B | 4A | 6 | 54 | E |
| Octal | 103 | 14 | 6 | 0 | 122 | 133 | 112 | 6 | 124 | 16 |
| Binary | 1000011 | 1100 | 110 | 0 | 1010010 | 1011011 | 1001010 | 110 | 1010100 | 1110 |
Color Harmonies of #430C06
Complementary color
Monochromatic Colors of #430C06
Black with #430C06
Text Example
Text Example
White with #430C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C06; }
p { color: rgb(67,12,6); }
H1.HeaderClassName
{
color: #430C06;
}
.AnyTagClassName
{
color: #430C06;
}
</style>
background-color css
<style>
a { background-color: #430C06; }
a { background-color: rgb(67,12,6); }
div.DivClassName
{
background-color: #430C06;
}
.BgClassName
{
background-color: #430C06;
}
</style>
border-color css
<style>
span { border-color: #430C06; }
span { border-color: rgb(67,12,6); }
td.TdClassName
{
border-color: #430C06;
}
.TagClassName
{
border-color: #430C06;
}
</style>