Shades of Seal Brown #450E02
Tints of Seal Brown #450E02
RGB
CMYK
RGB Variations
Color information
#450E02 (or 0x450E02) is known color: Seal Brown. HEX triplet: 45, 0E and 02. RGB value is (69,14,2). Sum of RGB (Red+Green+Blue) = 69+14+2=85 (11% of max value = 765). Red value is 69 (27.34% from 255 or 81.18% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 69 - color contains mainly: red. Hex color #450E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450E02 is #BAF1FD. Grayscale: #1D1D1D. Windows color (decimal): -12251646 or 134725. OLE color: 134725.
HSL color Cylindrical-coordinate representation of color #450E02: hue angle of 10.75º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450E02 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 14 | 2 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.73 |
| HSL | 10.75º | 0.94% | 0.14% | - |
| HSV(B) | 10.75º | 0.97% | 0.27% | - |
| XYZ | 2.62 | 1.58 | 0.22 | - |
| YUV | 29.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 14 | 2 | 0 | 0.80 | 0.97 | 0.73 | 10.75 | 0.94 | 0.14 |
| Hex | 45 | E | 2 | 0 | 50 | 61 | 49 | B | 5E | E |
| Octal | 105 | 16 | 2 | 0 | 120 | 141 | 111 | 13 | 136 | 16 |
| Binary | 1000101 | 1110 | 10 | 0 | 1010000 | 1100001 | 1001001 | 1011 | 1011110 | 1110 |
Color Harmonies of #450E02
Complementary color
Monochromatic Colors of #450E02
Black with #450E02
Text Example
Text Example
White with #450E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450E02; }
p { color: rgb(69,14,2); }
H1.HeaderClassName
{
color: #450E02;
}
.AnyTagClassName
{
color: #450E02;
}
</style>
background-color css
<style>
a { background-color: #450E02; }
a { background-color: rgb(69,14,2); }
div.DivClassName
{
background-color: #450E02;
}
.BgClassName
{
background-color: #450E02;
}
</style>
border-color css
<style>
span { border-color: #450E02; }
span { border-color: rgb(69,14,2); }
td.TdClassName
{
border-color: #450E02;
}
.TagClassName
{
border-color: #450E02;
}
</style>