Shades of Seal Brown #430E01
Tints of Seal Brown #430E01
RGB
CMYK
RGB Variations
Color information
#430E01 (or 0x430E01) is known color: Seal Brown. HEX triplet: 43, 0E and 01. RGB value is (67,14,1). Sum of RGB (Red+Green+Blue) = 67+14+1=82 (10% of max value = 765). Red value is 67 (26.56% from 255 or 81.71% from 82); Green value is 14 (5.86% from 255 or 17.07% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 67 - color contains mainly: red. Hex color #430E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430E01 is #BCF1FE. Grayscale: #1C1C1C. Windows color (decimal): -12382719 or 69187. OLE color: 69187.
HSL color Cylindrical-coordinate representation of color #430E01: hue angle of 11.82º 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 #430E01 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 14 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.74 |
| HSL | 11.82º | 0.97% | 0.13% | - |
| HSV(B) | 11.82º | 0.99% | 0.26% | - |
| XYZ | 2.48 | 1.51 | 0.19 | - |
| YUV | 28.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 1 | 0 | 0.79 | 0.99 | 0.74 | 11.82 | 0.97 | 0.13 |
| Hex | 43 | E | 1 | 0 | 4F | 63 | 4A | C | 61 | D |
| Octal | 103 | 16 | 1 | 0 | 117 | 143 | 112 | 14 | 141 | 15 |
| Binary | 1000011 | 1110 | 1 | 0 | 1001111 | 1100011 | 1001010 | 1100 | 1100001 | 1101 |
Color Harmonies of #430E01
Complementary color
Monochromatic Colors of #430E01
Black with #430E01
Text Example
Text Example
White with #430E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E01; }
p { color: rgb(67,14,1); }
H1.HeaderClassName
{
color: #430E01;
}
.AnyTagClassName
{
color: #430E01;
}
</style>
background-color css
<style>
a { background-color: #430E01; }
a { background-color: rgb(67,14,1); }
div.DivClassName
{
background-color: #430E01;
}
.BgClassName
{
background-color: #430E01;
}
</style>
border-color css
<style>
span { border-color: #430E01; }
span { border-color: rgb(67,14,1); }
td.TdClassName
{
border-color: #430E01;
}
.TagClassName
{
border-color: #430E01;
}
</style>