Shades of Seal Brown #430A02
Tints of Seal Brown #430A02
RGB
CMYK
RGB Variations
Color information
#430A02 (or 0x430A02) is known color: Seal Brown. HEX triplet: 43, 0A and 02. RGB value is (67,10,2). Sum of RGB (Red+Green+Blue) = 67+10+2=79 (10% of max value = 765). Red value is 67 (26.56% from 255 or 84.81% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 67 - color contains mainly: red. Hex color #430A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430A02 is #BCF5FD. Grayscale: #1A1A1A. Windows color (decimal): -12383742 or 133699. OLE color: 133699.
HSL color Cylindrical-coordinate representation of color #430A02: hue angle of 7.38º 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 #430A02 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 10 | 2 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.74 |
| HSL | 7.38º | 0.94% | 0.14% | - |
| HSV(B) | 7.38º | 0.97% | 0.26% | - |
| XYZ | 2.43 | 1.41 | 0.2 | - |
| YUV | 26.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 2 | 0 | 0.85 | 0.97 | 0.74 | 7.38 | 0.94 | 0.14 |
| Hex | 43 | A | 2 | 0 | 55 | 61 | 4A | 7 | 5E | E |
| Octal | 103 | 12 | 2 | 0 | 125 | 141 | 112 | 7 | 136 | 16 |
| Binary | 1000011 | 1010 | 10 | 0 | 1010101 | 1100001 | 1001010 | 111 | 1011110 | 1110 |
Color Harmonies of #430A02
Complementary color
Monochromatic Colors of #430A02
Black with #430A02
Text Example
Text Example
White with #430A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430A02; }
p { color: rgb(67,10,2); }
H1.HeaderClassName
{
color: #430A02;
}
.AnyTagClassName
{
color: #430A02;
}
</style>
background-color css
<style>
a { background-color: #430A02; }
a { background-color: rgb(67,10,2); }
div.DivClassName
{
background-color: #430A02;
}
.BgClassName
{
background-color: #430A02;
}
</style>
border-color css
<style>
span { border-color: #430A02; }
span { border-color: rgb(67,10,2); }
td.TdClassName
{
border-color: #430A02;
}
.TagClassName
{
border-color: #430A02;
}
</style>