Shades of Seal Brown #450C01
Tints of Seal Brown #450C01
RGB
CMYK
RGB Variations
Color information
#450C01 (or 0x450C01) is known color: Seal Brown. HEX triplet: 45, 0C and 01. RGB value is (69,12,1). Sum of RGB (Red+Green+Blue) = 69+12+1=82 (10% of max value = 765). Red value is 69 (27.34% from 255 or 84.15% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 69 - color contains mainly: red. Hex color #450C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450C01 is #BAF3FE. Grayscale: #1B1B1B. Windows color (decimal): -12252159 or 68677. OLE color: 68677.
HSL color Cylindrical-coordinate representation of color #450C01: hue angle of 9.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450C01 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 12 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.73 |
| HSL | 9.71º | 0.97% | 0.14% | - |
| HSV(B) | 9.71º | 0.99% | 0.27% | - |
| XYZ | 2.59 | 1.53 | 0.19 | - |
| YUV | 27.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 12 | 1 | 0 | 0.83 | 0.99 | 0.73 | 9.71 | 0.97 | 0.14 |
| Hex | 45 | C | 1 | 0 | 53 | 63 | 49 | A | 61 | E |
| Octal | 105 | 14 | 1 | 0 | 123 | 143 | 111 | 12 | 141 | 16 |
| Binary | 1000101 | 1100 | 1 | 0 | 1010011 | 1100011 | 1001001 | 1010 | 1100001 | 1110 |
Color Harmonies of #450C01
Complementary color
Monochromatic Colors of #450C01
Black with #450C01
Text Example
Text Example
White with #450C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450C01; }
p { color: rgb(69,12,1); }
H1.HeaderClassName
{
color: #450C01;
}
.AnyTagClassName
{
color: #450C01;
}
</style>
background-color css
<style>
a { background-color: #450C01; }
a { background-color: rgb(69,12,1); }
div.DivClassName
{
background-color: #450C01;
}
.BgClassName
{
background-color: #450C01;
}
</style>
border-color css
<style>
span { border-color: #450C01; }
span { border-color: rgb(69,12,1); }
td.TdClassName
{
border-color: #450C01;
}
.TagClassName
{
border-color: #450C01;
}
</style>