Shades of Seal Brown #22130F
Tints of Seal Brown #22130F
RGB
CMYK
RGB Variations
Color information
#22130F (or 0x22130F) is known color: Seal Brown. HEX triplet: 22, 13 and 0F. RGB value is (34,19,15). Sum of RGB (Red+Green+Blue) = 34+19+15=68 (9% of max value = 765). Red value is 34 (13.67% from 255 or 50% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 15 (6.25% from 255 or 22.06% from 68); Max value from RGB is 34 - color contains mainly: red. Hex color #22130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22130F is #DDECF0. Grayscale: #171717. Windows color (decimal): -14544113 or 987938. OLE color: 987938.
HSL color Cylindrical-coordinate representation of color #22130F: hue angle of 12.63º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22130F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 19 | 15 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.87 |
| HSL | 12.63º | 0.39% | 0.1% | - |
| HSV(B) | 12.63º | 0.56% | 0.13% | - |
| XYZ | 0.98 | 0.84 | 0.56 | - |
| YUV | 23.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 15 | 0 | 0.44 | 0.56 | 0.87 | 12.63 | 0.39 | 0.1 |
| Hex | 22 | 13 | F | 0 | 2C | 38 | 57 | D | 27 | A |
| Octal | 42 | 23 | 17 | 0 | 54 | 70 | 127 | 15 | 47 | 12 |
| Binary | 100010 | 10011 | 1111 | 0 | 101100 | 111000 | 1010111 | 1101 | 100111 | 1010 |
Color Harmonies of #22130F
Complementary color
Monochromatic Colors of #22130F
Black with #22130F
Text Example
Text Example
White with #22130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22130F; }
p { color: rgb(34,19,15); }
H1.HeaderClassName
{
color: #22130F;
}
.AnyTagClassName
{
color: #22130F;
}
</style>
background-color css
<style>
a { background-color: #22130F; }
a { background-color: rgb(34,19,15); }
div.DivClassName
{
background-color: #22130F;
}
.BgClassName
{
background-color: #22130F;
}
</style>
border-color css
<style>
span { border-color: #22130F; }
span { border-color: rgb(34,19,15); }
td.TdClassName
{
border-color: #22130F;
}
.TagClassName
{
border-color: #22130F;
}
</style>