Shades of Seal Brown #430C01
Tints of Seal Brown #430C01
RGB
CMYK
RGB Variations
Color information
#430C01 (or 0x430C01) is known color: Seal Brown. HEX triplet: 43, 0C and 01. RGB value is (67,12,1). Sum of RGB (Red+Green+Blue) = 67+12+1=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #430C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C01 is #BCF3FE. Grayscale: #1B1B1B. Windows color (decimal): -12383231 or 68675. OLE color: 68675.
HSL color Cylindrical-coordinate representation of color #430C01: hue angle of 10º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430C01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.74 |
| HSL | 10º | 0.97% | 0.13% | - |
| HSV(B) | 10º | 0.99% | 0.26% | - |
| XYZ | 2.45 | 1.46 | 0.18 | - |
| YUV | 27.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 1 | 0 | 0.82 | 0.99 | 0.74 | 10 | 0.97 | 0.13 |
| Hex | 43 | C | 1 | 0 | 52 | 63 | 4A | A | 61 | D |
| Octal | 103 | 14 | 1 | 0 | 122 | 143 | 112 | 12 | 141 | 15 |
| Binary | 1000011 | 1100 | 1 | 0 | 1010010 | 1100011 | 1001010 | 1010 | 1100001 | 1101 |
Color Harmonies of #430C01
Complementary color
Monochromatic Colors of #430C01
Black with #430C01
Text Example
Text Example
White with #430C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C01; }
p { color: rgb(67,12,1); }
H1.HeaderClassName
{
color: #430C01;
}
.AnyTagClassName
{
color: #430C01;
}
</style>
background-color css
<style>
a { background-color: #430C01; }
a { background-color: rgb(67,12,1); }
div.DivClassName
{
background-color: #430C01;
}
.BgClassName
{
background-color: #430C01;
}
</style>
border-color css
<style>
span { border-color: #430C01; }
span { border-color: rgb(67,12,1); }
td.TdClassName
{
border-color: #430C01;
}
.TagClassName
{
border-color: #430C01;
}
</style>