Shades of Seal Brown #23140E
Tints of Seal Brown #23140E
RGB
CMYK
RGB Variations
Color information
#23140E (or 0x23140E) is known color: Seal Brown. HEX triplet: 23, 14 and 0E. RGB value is (35,20,14). Sum of RGB (Red+Green+Blue) = 35+20+14=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #23140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23140E is #DCEBF1. Grayscale: #171717. Windows color (decimal): -14478322 or 922659. OLE color: 922659.
HSL color Cylindrical-coordinate representation of color #23140E: hue angle of 17.14º 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 #23140E is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 14 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.86 |
| HSL | 17.14º | 0.43% | 0.1% | - |
| HSV(B) | 17.14º | 0.6% | 0.14% | - |
| XYZ | 1.02 | 0.89 | 0.53 | - |
| YUV | 23.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 14 | 0 | 0.43 | 0.60 | 0.86 | 17.14 | 0.43 | 0.1 |
| Hex | 23 | 14 | E | 0 | 2B | 3C | 56 | 11 | 2B | A |
| Octal | 43 | 24 | 16 | 0 | 53 | 74 | 126 | 21 | 53 | 12 |
| Binary | 100011 | 10100 | 1110 | 0 | 101011 | 111100 | 1010110 | 10001 | 101011 | 1010 |
Color Harmonies of #23140E
Complementary color
Monochromatic Colors of #23140E
Black with #23140E
Text Example
Text Example
White with #23140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23140E; }
p { color: rgb(35,20,14); }
H1.HeaderClassName
{
color: #23140E;
}
.AnyTagClassName
{
color: #23140E;
}
</style>
background-color css
<style>
a { background-color: #23140E; }
a { background-color: rgb(35,20,14); }
div.DivClassName
{
background-color: #23140E;
}
.BgClassName
{
background-color: #23140E;
}
</style>
border-color css
<style>
span { border-color: #23140E; }
span { border-color: rgb(35,20,14); }
td.TdClassName
{
border-color: #23140E;
}
.TagClassName
{
border-color: #23140E;
}
</style>