Shades of Seal Brown #23110B
Tints of Seal Brown #23110B
RGB
CMYK
RGB Variations
Color information
#23110B (or 0x23110B) is known color: Seal Brown. HEX triplet: 23, 11 and 0B. RGB value is (35,17,11). Sum of RGB (Red+Green+Blue) = 35+17+11=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #23110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23110B is #DCEEF4. Grayscale: #151515. Windows color (decimal): -14479093 or 725283. OLE color: 725283.
HSL color Cylindrical-coordinate representation of color #23110B: hue angle of 15º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23110B is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 17 | 11 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.86 |
| HSL | 15º | 0.52% | 0.09% | - |
| HSV(B) | 15º | 0.69% | 0.14% | - |
| XYZ | 0.95 | 0.78 | 0.42 | - |
| YUV | 21.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 11 | 0 | 0.51 | 0.69 | 0.86 | 15 | 0.52 | 0.09 |
| Hex | 23 | 11 | B | 0 | 33 | 45 | 56 | F | 34 | 9 |
| Octal | 43 | 21 | 13 | 0 | 63 | 105 | 126 | 17 | 64 | 11 |
| Binary | 100011 | 10001 | 1011 | 0 | 110011 | 1000101 | 1010110 | 1111 | 110100 | 1001 |
Color Harmonies of #23110B
Complementary color
Monochromatic Colors of #23110B
Black with #23110B
Text Example
Text Example
White with #23110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23110B; }
p { color: rgb(35,17,11); }
H1.HeaderClassName
{
color: #23110B;
}
.AnyTagClassName
{
color: #23110B;
}
</style>
background-color css
<style>
a { background-color: #23110B; }
a { background-color: rgb(35,17,11); }
div.DivClassName
{
background-color: #23110B;
}
.BgClassName
{
background-color: #23110B;
}
</style>
border-color css
<style>
span { border-color: #23110B; }
span { border-color: rgb(35,17,11); }
td.TdClassName
{
border-color: #23110B;
}
.TagClassName
{
border-color: #23110B;
}
</style>