Shades of Seal Brown #4A1008
Tints of Seal Brown #4A1008
RGB
CMYK
RGB Variations
Color information
#4A1008 (or 0x4A1008) is known color: Seal Brown. HEX triplet: 4A, 10 and 08. RGB value is (74,16,8). Sum of RGB (Red+Green+Blue) = 74+16+8=98 (12% of max value = 765). Red value is 74 (29.30% from 255 or 75.51% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1008 is #B5EFF7. Grayscale: #202020. Windows color (decimal): -11923448 or 528458. OLE color: 528458.
HSL color Cylindrical-coordinate representation of color #4A1008: hue angle of 7.27º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1008 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 16 | 8 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.71 |
| HSL | 7.27º | 0.8% | 0.16% | - |
| HSV(B) | 7.27º | 0.89% | 0.29% | - |
| XYZ | 3.05 | 1.84 | 0.42 | - |
| YUV | 32.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 8 | 0 | 0.78 | 0.89 | 0.71 | 7.27 | 0.8 | 0.16 |
| Hex | 4A | 10 | 8 | 0 | 4E | 59 | 47 | 7 | 50 | 10 |
| Octal | 112 | 20 | 10 | 0 | 116 | 131 | 107 | 7 | 120 | 20 |
| Binary | 1001010 | 10000 | 1000 | 0 | 1001110 | 1011001 | 1000111 | 111 | 1010000 | 10000 |
Color Harmonies of #4A1008
Complementary color
Monochromatic Colors of #4A1008
Black with #4A1008
Text Example
Text Example
White with #4A1008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1008; }
p { color: rgb(74,16,8); }
H1.HeaderClassName
{
color: #4A1008;
}
.AnyTagClassName
{
color: #4A1008;
}
</style>
background-color css
<style>
a { background-color: #4A1008; }
a { background-color: rgb(74,16,8); }
div.DivClassName
{
background-color: #4A1008;
}
.BgClassName
{
background-color: #4A1008;
}
</style>
border-color css
<style>
span { border-color: #4A1008; }
span { border-color: rgb(74,16,8); }
td.TdClassName
{
border-color: #4A1008;
}
.TagClassName
{
border-color: #4A1008;
}
</style>