Shades of Seal Brown #23130E
Tints of Seal Brown #23130E
RGB
CMYK
RGB Variations
Color information
#23130E (or 0x23130E) is known color: Seal Brown. HEX triplet: 23, 13 and 0E. RGB value is (35,19,14). Sum of RGB (Red+Green+Blue) = 35+19+14=68 (9% of max value = 765). Red value is 35 (14.06% from 255 or 51.47% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 35 - color contains mainly: red. Hex color #23130E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23130E is #DCECF1. Grayscale: #171717. Windows color (decimal): -14478578 or 922403. OLE color: 922403.
HSL color Cylindrical-coordinate representation of color #23130E: hue angle of 14.29º 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 #23130E is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 14 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.86 |
| HSL | 14.29º | 0.43% | 0.1% | - |
| HSV(B) | 14.29º | 0.6% | 0.14% | - |
| XYZ | 1.01 | 0.85 | 0.53 | - |
| YUV | 23.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 14 | 0 | 0.46 | 0.60 | 0.86 | 14.29 | 0.43 | 0.1 |
| Hex | 23 | 13 | E | 0 | 2E | 3C | 56 | E | 2B | A |
| Octal | 43 | 23 | 16 | 0 | 56 | 74 | 126 | 16 | 53 | 12 |
| Binary | 100011 | 10011 | 1110 | 0 | 101110 | 111100 | 1010110 | 1110 | 101011 | 1010 |
Color Harmonies of #23130E
Complementary color
Monochromatic Colors of #23130E
Black with #23130E
Text Example
Text Example
White with #23130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23130E; }
p { color: rgb(35,19,14); }
H1.HeaderClassName
{
color: #23130E;
}
.AnyTagClassName
{
color: #23130E;
}
</style>
background-color css
<style>
a { background-color: #23130E; }
a { background-color: rgb(35,19,14); }
div.DivClassName
{
background-color: #23130E;
}
.BgClassName
{
background-color: #23130E;
}
</style>
border-color css
<style>
span { border-color: #23130E; }
span { border-color: rgb(35,19,14); }
td.TdClassName
{
border-color: #23130E;
}
.TagClassName
{
border-color: #23130E;
}
</style>