Shades of Seal Brown #21130F
Tints of Seal Brown #21130F
RGB
CMYK
RGB Variations
Color information
#21130F (or 0x21130F) is known color: Seal Brown. HEX triplet: 21, 13 and 0F. RGB value is (33,19,15). Sum of RGB (Red+Green+Blue) = 33+19+15=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #21130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21130F is #DEECF0. Grayscale: #161616. Windows color (decimal): -14609649 or 987937. OLE color: 987937.
HSL color Cylindrical-coordinate representation of color #21130F: hue angle of 13.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21130F is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 15 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.87 |
| HSL | 13.33º | 0.38% | 0.09% | - |
| HSV(B) | 13.33º | 0.55% | 0.13% | - |
| XYZ | 0.95 | 0.82 | 0.56 | - |
| YUV | 22.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 15 | 0 | 0.42 | 0.55 | 0.87 | 13.33 | 0.38 | 0.09 |
| Hex | 21 | 13 | F | 0 | 2A | 37 | 57 | D | 26 | 9 |
| Octal | 41 | 23 | 17 | 0 | 52 | 67 | 127 | 15 | 46 | 11 |
| Binary | 100001 | 10011 | 1111 | 0 | 101010 | 110111 | 1010111 | 1101 | 100110 | 1001 |
Color Harmonies of #21130F
Complementary color
Monochromatic Colors of #21130F
Black with #21130F
Text Example
Text Example
White with #21130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21130F; }
p { color: rgb(33,19,15); }
H1.HeaderClassName
{
color: #21130F;
}
.AnyTagClassName
{
color: #21130F;
}
</style>
background-color css
<style>
a { background-color: #21130F; }
a { background-color: rgb(33,19,15); }
div.DivClassName
{
background-color: #21130F;
}
.BgClassName
{
background-color: #21130F;
}
</style>
border-color css
<style>
span { border-color: #21130F; }
span { border-color: rgb(33,19,15); }
td.TdClassName
{
border-color: #21130F;
}
.TagClassName
{
border-color: #21130F;
}
</style>