Shades of Seal Brown #23100E
Tints of Seal Brown #23100E
RGB
CMYK
RGB Variations
Color information
#23100E (or 0x23100E) is known color: Seal Brown. HEX triplet: 23, 10 and 0E. RGB value is (35,16,14). Sum of RGB (Red+Green+Blue) = 35+16+14=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23100E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23100E is #DCEFF1. Grayscale: #151515. Windows color (decimal): -14479346 or 921635. OLE color: 921635.
HSL color Cylindrical-coordinate representation of color #23100E: hue angle of 5.71º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #23100E is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 14 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.86 |
| HSL | 5.71º | 0.43% | 0.1% | - |
| HSV(B) | 5.71º | 0.6% | 0.14% | - |
| XYZ | 0.96 | 0.76 | 0.51 | - |
| YUV | 21.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 14 | 0 | 0.54 | 0.60 | 0.86 | 5.71 | 0.43 | 0.1 |
| Hex | 23 | 10 | E | 0 | 36 | 3C | 56 | 6 | 2B | A |
| Octal | 43 | 20 | 16 | 0 | 66 | 74 | 126 | 6 | 53 | 12 |
| Binary | 100011 | 10000 | 1110 | 0 | 110110 | 111100 | 1010110 | 110 | 101011 | 1010 |
Color Harmonies of #23100E
Complementary color
Monochromatic Colors of #23100E
Black with #23100E
Text Example
Text Example
White with #23100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23100E; }
p { color: rgb(35,16,14); }
H1.HeaderClassName
{
color: #23100E;
}
.AnyTagClassName
{
color: #23100E;
}
</style>
background-color css
<style>
a { background-color: #23100E; }
a { background-color: rgb(35,16,14); }
div.DivClassName
{
background-color: #23100E;
}
.BgClassName
{
background-color: #23100E;
}
</style>
border-color css
<style>
span { border-color: #23100E; }
span { border-color: rgb(35,16,14); }
td.TdClassName
{
border-color: #23100E;
}
.TagClassName
{
border-color: #23100E;
}
</style>