Shades of Seal Brown #220C08
Tints of Seal Brown #220C08
RGB
CMYK
RGB Variations
Color information
#220C08 (or 0x220C08) is known color: Seal Brown. HEX triplet: 22, 0C and 08. RGB value is (34,12,8). Sum of RGB (Red+Green+Blue) = 34+12+8=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #220C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220C08 is #DDF3F7. Grayscale: #121212. Windows color (decimal): -14545912 or 527394. OLE color: 527394.
HSL color Cylindrical-coordinate representation of color #220C08: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #220C08 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 12 | 8 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.87 |
| HSL | 9.23º | 0.62% | 0.08% | - |
| HSV(B) | 9.23º | 0.76% | 0.13% | - |
| XYZ | 0.83 | 0.62 | 0.31 | - |
| YUV | 18.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 8 | 0 | 0.65 | 0.76 | 0.87 | 9.23 | 0.62 | 0.08 |
| Hex | 22 | C | 8 | 0 | 41 | 4C | 57 | 9 | 3E | 8 |
| Octal | 42 | 14 | 10 | 0 | 101 | 114 | 127 | 11 | 76 | 10 |
| Binary | 100010 | 1100 | 1000 | 0 | 1000001 | 1001100 | 1010111 | 1001 | 111110 | 1000 |
Color Harmonies of #220C08
Complementary color
Monochromatic Colors of #220C08
Black with #220C08
Text Example
Text Example
White with #220C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C08; }
p { color: rgb(34,12,8); }
H1.HeaderClassName
{
color: #220C08;
}
.AnyTagClassName
{
color: #220C08;
}
</style>
background-color css
<style>
a { background-color: #220C08; }
a { background-color: rgb(34,12,8); }
div.DivClassName
{
background-color: #220C08;
}
.BgClassName
{
background-color: #220C08;
}
</style>
border-color css
<style>
span { border-color: #220C08; }
span { border-color: rgb(34,12,8); }
td.TdClassName
{
border-color: #220C08;
}
.TagClassName
{
border-color: #220C08;
}
</style>