Shades of Seal Brown #231410
Tints of Seal Brown #231410
RGB
CMYK
RGB Variations
Color information
#231410 (or 0x231410) is known color: Seal Brown. HEX triplet: 23, 14 and 10. RGB value is (35,20,16). Sum of RGB (Red+Green+Blue) = 35+20+16=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231410 is #DCEBEF. Grayscale: #181818. Windows color (decimal): -14478320 or 1053731. OLE color: 1053731.
HSL color Cylindrical-coordinate representation of color #231410: hue angle of 12.63º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #231410 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 16 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.86 |
| HSL | 12.63º | 0.37% | 0.1% | - |
| HSV(B) | 12.63º | 0.54% | 0.14% | - |
| XYZ | 1.04 | 0.9 | 0.61 | - |
| YUV | 24.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 16 | 0 | 0.43 | 0.54 | 0.86 | 12.63 | 0.37 | 0.1 |
| Hex | 23 | 14 | 10 | 0 | 2B | 36 | 56 | D | 25 | A |
| Octal | 43 | 24 | 20 | 0 | 53 | 66 | 126 | 15 | 45 | 12 |
| Binary | 100011 | 10100 | 10000 | 0 | 101011 | 110110 | 1010110 | 1101 | 100101 | 1010 |
Color Harmonies of #231410
Complementary color
Monochromatic Colors of #231410
Black with #231410
Text Example
Text Example
White with #231410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231410; }
p { color: rgb(35,20,16); }
H1.HeaderClassName
{
color: #231410;
}
.AnyTagClassName
{
color: #231410;
}
</style>
background-color css
<style>
a { background-color: #231410; }
a { background-color: rgb(35,20,16); }
div.DivClassName
{
background-color: #231410;
}
.BgClassName
{
background-color: #231410;
}
</style>
border-color css
<style>
span { border-color: #231410; }
span { border-color: rgb(35,20,16); }
td.TdClassName
{
border-color: #231410;
}
.TagClassName
{
border-color: #231410;
}
</style>