Shades of Seal Brown #220B05
Tints of Seal Brown #220B05
RGB
CMYK
RGB Variations
Color information
#220B05 (or 0x220B05) is known color: Seal Brown. HEX triplet: 22, 0B and 05. RGB value is (34,11,5). Sum of RGB (Red+Green+Blue) = 34+11+5=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #220B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220B05 is #DDF4FA. Grayscale: #111111. Windows color (decimal): -14546171 or 330530. OLE color: 330530.
HSL color Cylindrical-coordinate representation of color #220B05: hue angle of 12.41º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #220B05 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
RGB | 34 | 11 | 5 | - |
CMYK | 0 | 0.68 | 0.85 | 0.87 |
HSL | 12.41º | 0.74% | 0.08% | - |
HSV(B) | 12.41º | 0.85% | 0.13% | - |
XYZ | 0.81 | 0.59 | 0.22 | - |
YUV | 17.19 | 121.12 | 139.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 34 | 11 | 5 | 0 | 0.68 | 0.85 | 0.87 | 12.41 | 0.74 | 0.08 |
Hex | 22 | B | 5 | 0 | 44 | 55 | 57 | C | 4A | 8 |
Octal | 42 | 13 | 5 | 0 | 104 | 125 | 127 | 14 | 112 | 10 |
Binary | 100010 | 1011 | 101 | 0 | 1000100 | 1010101 | 1010111 | 1100 | 1001010 | 1000 |
Color Harmonies of #220B05
Complementary color
Monochromatic Colors of #220B05
Black with #220B05
Text Example
Text Example
White with #220B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B05; }
p { color: rgb(34,11,5); }
H1.HeaderClassName
{
color: #220B05;
}
.AnyTagClassName
{
color: #220B05;
}
</style>
background-color css
<style>
a { background-color: #220B05; }
a { background-color: rgb(34,11,5); }
div.DivClassName
{
background-color: #220B05;
}
.BgClassName
{
background-color: #220B05;
}
</style>
border-color css
<style>
span { border-color: #220B05; }
span { border-color: rgb(34,11,5); }
td.TdClassName
{
border-color: #220B05;
}
.TagClassName
{
border-color: #220B05;
}
</style>