Shades of Seal Brown #451D1C
Tints of Seal Brown #451D1C
RGB
CMYK
RGB Variations
Color information
#451D1C (or 0x451D1C) is known color: Seal Brown. HEX triplet: 45, 1D and 1C. RGB value is (69,29,28). Sum of RGB (Red+Green+Blue) = 69+29+28=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D1C is #BAE2E3. Grayscale: #282828. Windows color (decimal): -12247780 or 1842501. OLE color: 1842501.
HSL color Cylindrical-coordinate representation of color #451D1C: hue angle of 1.46º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451D1C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 29 | 28 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.73 |
| HSL | 1.46º | 0.42% | 0.19% | - |
| HSV(B) | 1.46º | 0.59% | 0.27% | - |
| XYZ | 3.1 | 2.23 | 1.37 | - |
| YUV | 40.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 28 | 0 | 0.58 | 0.59 | 0.73 | 1.46 | 0.42 | 0.19 |
| Hex | 45 | 1D | 1C | 0 | 3A | 3B | 49 | 1 | 2A | 13 |
| Octal | 105 | 35 | 34 | 0 | 72 | 73 | 111 | 1 | 52 | 23 |
| Binary | 1000101 | 11101 | 11100 | 0 | 111010 | 111011 | 1001001 | 1 | 101010 | 10011 |
Color Harmonies of #451D1C
Complementary color
Monochromatic Colors of #451D1C
Black with #451D1C
Text Example
Text Example
White with #451D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451D1C; }
p { color: rgb(69,29,28); }
H1.HeaderClassName
{
color: #451D1C;
}
.AnyTagClassName
{
color: #451D1C;
}
</style>
background-color css
<style>
a { background-color: #451D1C; }
a { background-color: rgb(69,29,28); }
div.DivClassName
{
background-color: #451D1C;
}
.BgClassName
{
background-color: #451D1C;
}
</style>
border-color css
<style>
span { border-color: #451D1C; }
span { border-color: rgb(69,29,28); }
td.TdClassName
{
border-color: #451D1C;
}
.TagClassName
{
border-color: #451D1C;
}
</style>