Shades of Seal Brown #430C02
Tints of Seal Brown #430C02
RGB
CMYK
RGB Variations
Color information
#430C02 (or 0x430C02) is known color: Seal Brown. HEX triplet: 43, 0C and 02. RGB value is (67,12,2). Sum of RGB (Red+Green+Blue) = 67+12+2=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C02 is #BCF3FD. Grayscale: #1B1B1B. Windows color (decimal): -12383230 or 134211. OLE color: 134211.
HSL color Cylindrical-coordinate representation of color #430C02: hue angle of 9.23º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430C02 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 2 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.74 |
| HSL | 9.23º | 0.94% | 0.14% | - |
| HSV(B) | 9.23º | 0.97% | 0.26% | - |
| XYZ | 2.46 | 1.46 | 0.21 | - |
| YUV | 27.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 2 | 0 | 0.82 | 0.97 | 0.74 | 9.23 | 0.94 | 0.14 |
| Hex | 43 | C | 2 | 0 | 52 | 61 | 4A | 9 | 5E | E |
| Octal | 103 | 14 | 2 | 0 | 122 | 141 | 112 | 11 | 136 | 16 |
| Binary | 1000011 | 1100 | 10 | 0 | 1010010 | 1100001 | 1001010 | 1001 | 1011110 | 1110 |
Color Harmonies of #430C02
Complementary color
Monochromatic Colors of #430C02
Black with #430C02
Text Example
Text Example
White with #430C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C02; }
p { color: rgb(67,12,2); }
H1.HeaderClassName
{
color: #430C02;
}
.AnyTagClassName
{
color: #430C02;
}
</style>
background-color css
<style>
a { background-color: #430C02; }
a { background-color: rgb(67,12,2); }
div.DivClassName
{
background-color: #430C02;
}
.BgClassName
{
background-color: #430C02;
}
</style>
border-color css
<style>
span { border-color: #430C02; }
span { border-color: rgb(67,12,2); }
td.TdClassName
{
border-color: #430C02;
}
.TagClassName
{
border-color: #430C02;
}
</style>