Shades of Seal Brown #231615
Tints of Seal Brown #231615
RGB
CMYK
RGB Variations
Color information
#231615 (or 0x231615) is known color: Seal Brown. HEX triplet: 23, 16 and 15. RGB value is (35,22,21). Sum of RGB (Red+Green+Blue) = 35+22+21=78 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.87% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 35 - color contains mainly: red. Hex color #231615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231615 is #DCE9EA. Grayscale: #191919. Windows color (decimal): -14477803 or 1381923. OLE color: 1381923.
HSL color Cylindrical-coordinate representation of color #231615: hue angle of 4.29º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231615 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 22 | 21 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.86 |
| HSL | 4.29º | 0.25% | 0.11% | - |
| HSV(B) | 4.29º | 0.4% | 0.14% | - |
| XYZ | 1.12 | 0.99 | 0.84 | - |
| YUV | 25.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 21 | 0 | 0.37 | 0.40 | 0.86 | 4.29 | 0.25 | 0.11 |
| Hex | 23 | 16 | 15 | 0 | 25 | 28 | 56 | 4 | 19 | B |
| Octal | 43 | 26 | 25 | 0 | 45 | 50 | 126 | 4 | 31 | 13 |
| Binary | 100011 | 10110 | 10101 | 0 | 100101 | 101000 | 1010110 | 100 | 11001 | 1011 |
Color Harmonies of #231615
Complementary color
Monochromatic Colors of #231615
Black with #231615
Text Example
Text Example
White with #231615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231615; }
p { color: rgb(35,22,21); }
H1.HeaderClassName
{
color: #231615;
}
.AnyTagClassName
{
color: #231615;
}
</style>
background-color css
<style>
a { background-color: #231615; }
a { background-color: rgb(35,22,21); }
div.DivClassName
{
background-color: #231615;
}
.BgClassName
{
background-color: #231615;
}
</style>
border-color css
<style>
span { border-color: #231615; }
span { border-color: rgb(35,22,21); }
td.TdClassName
{
border-color: #231615;
}
.TagClassName
{
border-color: #231615;
}
</style>