Shades of Seal Brown #4B0908
Tints of Seal Brown #4B0908
RGB
CMYK
RGB Variations
Color information
#4B0908 (or 0x4B0908) is known color: Seal Brown. HEX triplet: 4B, 09 and 08. RGB value is (75,9,8). Sum of RGB (Red+Green+Blue) = 75+9+8=92 (12% of max value = 765). Red value is 75 (29.69% from 255 or 81.52% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0908 is #B4F6F7. Grayscale: #1C1C1C. Windows color (decimal): -11859704 or 526667. OLE color: 526667.
HSL color Cylindrical-coordinate representation of color #4B0908: hue angle of 0.9º degrees, saturation: 0.81, 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 #4B0908 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 8 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.71 |
| HSL | 0.9º | 0.81% | 0.16% | - |
| HSV(B) | 0.9º | 0.89% | 0.29% | - |
| XYZ | 3.04 | 1.71 | 0.4 | - |
| YUV | 28.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 8 | 0 | 0.88 | 0.89 | 0.71 | 0.9 | 0.81 | 0.16 |
| Hex | 4B | 9 | 8 | 0 | 58 | 59 | 47 | 1 | 51 | 10 |
| Octal | 113 | 11 | 10 | 0 | 130 | 131 | 107 | 1 | 121 | 20 |
| Binary | 1001011 | 1001 | 1000 | 0 | 1011000 | 1011001 | 1000111 | 1 | 1010001 | 10000 |
Color Harmonies of #4B0908
Complementary color
Monochromatic Colors of #4B0908
Black with #4B0908
Text Example
Text Example
White with #4B0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0908; }
p { color: rgb(75,9,8); }
H1.HeaderClassName
{
color: #4B0908;
}
.AnyTagClassName
{
color: #4B0908;
}
</style>
background-color css
<style>
a { background-color: #4B0908; }
a { background-color: rgb(75,9,8); }
div.DivClassName
{
background-color: #4B0908;
}
.BgClassName
{
background-color: #4B0908;
}
</style>
border-color css
<style>
span { border-color: #4B0908; }
span { border-color: rgb(75,9,8); }
td.TdClassName
{
border-color: #4B0908;
}
.TagClassName
{
border-color: #4B0908;
}
</style>