Shades of Seal Brown #23120D
Tints of Seal Brown #23120D
RGB
CMYK
RGB Variations
Color information
#23120D (or 0x23120D) is known color: Seal Brown. HEX triplet: 23, 12 and 0D. RGB value is (35,18,13). Sum of RGB (Red+Green+Blue) = 35+18+13=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23120D is #DCEDF2. Grayscale: #161616. Windows color (decimal): -14478835 or 856611. OLE color: 856611.
HSL color Cylindrical-coordinate representation of color #23120D: hue angle of 13.64º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23120D is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 18 | 13 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.86 |
| HSL | 13.64º | 0.46% | 0.09% | - |
| HSV(B) | 13.64º | 0.63% | 0.14% | - |
| XYZ | 0.98 | 0.82 | 0.49 | - |
| YUV | 22.51 | 122.63 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 13 | 0 | 0.49 | 0.63 | 0.86 | 13.64 | 0.46 | 0.09 |
| Hex | 23 | 12 | D | 0 | 31 | 3F | 56 | E | 2E | 9 |
| Octal | 43 | 22 | 15 | 0 | 61 | 77 | 126 | 16 | 56 | 11 |
| Binary | 100011 | 10010 | 1101 | 0 | 110001 | 111111 | 1010110 | 1110 | 101110 | 1001 |
Color Harmonies of #23120D
Complementary color
Monochromatic Colors of #23120D
Black with #23120D
Text Example
Text Example
White with #23120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23120D; }
p { color: rgb(35,18,13); }
H1.HeaderClassName
{
color: #23120D;
}
.AnyTagClassName
{
color: #23120D;
}
</style>
background-color css
<style>
a { background-color: #23120D; }
a { background-color: rgb(35,18,13); }
div.DivClassName
{
background-color: #23120D;
}
.BgClassName
{
background-color: #23120D;
}
</style>
border-color css
<style>
span { border-color: #23120D; }
span { border-color: rgb(35,18,13); }
td.TdClassName
{
border-color: #23120D;
}
.TagClassName
{
border-color: #23120D;
}
</style>