Shades of Seal Brown #451005
Tints of Seal Brown #451005
RGB
CMYK
RGB Variations
Color information
#451005 (or 0x451005) is known color: Seal Brown. HEX triplet: 45, 10 and 05. RGB value is (69,16,5). Sum of RGB (Red+Green+Blue) = 69+16+5=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #451005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451005 is #BAEFFA. Grayscale: #1E1E1E. Windows color (decimal): -12251131 or 331845. OLE color: 331845.
HSL color Cylindrical-coordinate representation of color #451005: hue angle of 10.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #451005 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 16 | 5 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.73 |
| HSL | 10.31º | 0.86% | 0.15% | - |
| HSV(B) | 10.31º | 0.93% | 0.27% | - |
| XYZ | 2.67 | 1.65 | 0.32 | - |
| YUV | 30.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 5 | 0 | 0.77 | 0.93 | 0.73 | 10.31 | 0.86 | 0.15 |
| Hex | 45 | 10 | 5 | 0 | 4D | 5D | 49 | A | 56 | F |
| Octal | 105 | 20 | 5 | 0 | 115 | 135 | 111 | 12 | 126 | 17 |
| Binary | 1000101 | 10000 | 101 | 0 | 1001101 | 1011101 | 1001001 | 1010 | 1010110 | 1111 |
Color Harmonies of #451005
Complementary color
Monochromatic Colors of #451005
Black with #451005
Text Example
Text Example
White with #451005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451005; }
p { color: rgb(69,16,5); }
H1.HeaderClassName
{
color: #451005;
}
.AnyTagClassName
{
color: #451005;
}
</style>
background-color css
<style>
a { background-color: #451005; }
a { background-color: rgb(69,16,5); }
div.DivClassName
{
background-color: #451005;
}
.BgClassName
{
background-color: #451005;
}
</style>
border-color css
<style>
span { border-color: #451005; }
span { border-color: rgb(69,16,5); }
td.TdClassName
{
border-color: #451005;
}
.TagClassName
{
border-color: #451005;
}
</style>