Shades of Seal Brown #430F01
Tints of Seal Brown #430F01
RGB
CMYK
RGB Variations
Color information
#430F01 (or 0x430F01) is known color: Seal Brown. HEX triplet: 43, 0F and 01. RGB value is (67,15,1). Sum of RGB (Red+Green+Blue) = 67+15+1=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #430F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F01 is #BCF0FE. Grayscale: #1D1D1D. Windows color (decimal): -12382463 or 69443. OLE color: 69443.
HSL color Cylindrical-coordinate representation of color #430F01: hue angle of 12.73º 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 #430F01 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.74 |
| HSL | 12.73º | 0.97% | 0.13% | - |
| HSV(B) | 12.73º | 0.99% | 0.26% | - |
| XYZ | 2.49 | 1.54 | 0.19 | - |
| YUV | 28.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 1 | 0 | 0.78 | 0.99 | 0.74 | 12.73 | 0.97 | 0.13 |
| Hex | 43 | F | 1 | 0 | 4E | 63 | 4A | D | 61 | D |
| Octal | 103 | 17 | 1 | 0 | 116 | 143 | 112 | 15 | 141 | 15 |
| Binary | 1000011 | 1111 | 1 | 0 | 1001110 | 1100011 | 1001010 | 1101 | 1100001 | 1101 |
Color Harmonies of #430F01
Complementary color
Monochromatic Colors of #430F01
Black with #430F01
Text Example
Text Example
White with #430F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F01; }
p { color: rgb(67,15,1); }
H1.HeaderClassName
{
color: #430F01;
}
.AnyTagClassName
{
color: #430F01;
}
</style>
background-color css
<style>
a { background-color: #430F01; }
a { background-color: rgb(67,15,1); }
div.DivClassName
{
background-color: #430F01;
}
.BgClassName
{
background-color: #430F01;
}
</style>
border-color css
<style>
span { border-color: #430F01; }
span { border-color: rgb(67,15,1); }
td.TdClassName
{
border-color: #430F01;
}
.TagClassName
{
border-color: #430F01;
}
</style>