Shades of Seal Brown #320B08
Tints of Seal Brown #320B08
RGB
CMYK
RGB Variations
Color information
#320B08 (or 0x320B08) is known color: Seal Brown. HEX triplet: 32, 0B and 08. RGB value is (50,11,8). Sum of RGB (Red+Green+Blue) = 50+11+8=69 (9% of max value = 765). Red value is 50 (19.92% from 255 or 72.46% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 50 - color contains mainly: red. Hex color #320B08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320B08 is #CDF4F7. Grayscale: #161616. Windows color (decimal): -13497592 or 527154. OLE color: 527154.
HSL color Cylindrical-coordinate representation of color #320B08: hue angle of 4.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320B08 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 8 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.80 |
| HSL | 4.29º | 0.72% | 0.11% | - |
| HSV(B) | 4.29º | 0.84% | 0.2% | - |
| XYZ | 1.48 | 0.93 | 0.33 | - |
| YUV | 22.32 | 119.92 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 8 | 0 | 0.78 | 0.84 | 0.80 | 4.29 | 0.72 | 0.11 |
| Hex | 32 | B | 8 | 0 | 4E | 54 | 50 | 4 | 48 | B |
| Octal | 62 | 13 | 10 | 0 | 116 | 124 | 120 | 4 | 110 | 13 |
| Binary | 110010 | 1011 | 1000 | 0 | 1001110 | 1010100 | 1010000 | 100 | 1001000 | 1011 |
Color Harmonies of #320B08
Complementary color
Monochromatic Colors of #320B08
Black with #320B08
Text Example
Text Example
White with #320B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B08; }
p { color: rgb(50,11,8); }
H1.HeaderClassName
{
color: #320B08;
}
.AnyTagClassName
{
color: #320B08;
}
</style>
background-color css
<style>
a { background-color: #320B08; }
a { background-color: rgb(50,11,8); }
div.DivClassName
{
background-color: #320B08;
}
.BgClassName
{
background-color: #320B08;
}
</style>
border-color css
<style>
span { border-color: #320B08; }
span { border-color: rgb(50,11,8); }
td.TdClassName
{
border-color: #320B08;
}
.TagClassName
{
border-color: #320B08;
}
</style>