Shades of Seal Brown #42100B
Tints of Seal Brown #42100B
RGB
CMYK
RGB Variations
Color information
#42100B (or 0x42100B) is known color: Seal Brown. HEX triplet: 42, 10 and 0B. RGB value is (66,16,11). Sum of RGB (Red+Green+Blue) = 66+16+11=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #42100B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42100B is #BDEFF4. Grayscale: #1E1E1E. Windows color (decimal): -12447733 or 725058. OLE color: 725058.
HSL color Cylindrical-coordinate representation of color #42100B: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42100B is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 16 | 11 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.74 |
| HSL | 5.45º | 0.71% | 0.15% | - |
| HSV(B) | 5.45º | 0.83% | 0.26% | - |
| XYZ | 2.49 | 1.55 | 0.48 | - |
| YUV | 30.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 11 | 0 | 0.76 | 0.83 | 0.74 | 5.45 | 0.71 | 0.15 |
| Hex | 42 | 10 | B | 0 | 4C | 53 | 4A | 5 | 47 | F |
| Octal | 102 | 20 | 13 | 0 | 114 | 123 | 112 | 5 | 107 | 17 |
| Binary | 1000010 | 10000 | 1011 | 0 | 1001100 | 1010011 | 1001010 | 101 | 1000111 | 1111 |
Color Harmonies of #42100B
Complementary color
Monochromatic Colors of #42100B
Black with #42100B
Text Example
Text Example
White with #42100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42100B; }
p { color: rgb(66,16,11); }
H1.HeaderClassName
{
color: #42100B;
}
.AnyTagClassName
{
color: #42100B;
}
</style>
background-color css
<style>
a { background-color: #42100B; }
a { background-color: rgb(66,16,11); }
div.DivClassName
{
background-color: #42100B;
}
.BgClassName
{
background-color: #42100B;
}
</style>
border-color css
<style>
span { border-color: #42100B; }
span { border-color: rgb(66,16,11); }
td.TdClassName
{
border-color: #42100B;
}
.TagClassName
{
border-color: #42100B;
}
</style>