Shades of Seal Brown #23100A
Tints of Seal Brown #23100A
RGB
CMYK
RGB Variations
Color information
#23100A (or 0x23100A) is known color: Seal Brown. HEX triplet: 23, 10 and 0A. RGB value is (35,16,10). Sum of RGB (Red+Green+Blue) = 35+16+10=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #23100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23100A is #DCEFF5. Grayscale: #151515. Windows color (decimal): -14479350 or 659491. OLE color: 659491.
HSL color Cylindrical-coordinate representation of color #23100A: hue angle of 14.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23100A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 10 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.86 |
| HSL | 14.4º | 0.56% | 0.09% | - |
| HSV(B) | 14.4º | 0.71% | 0.14% | - |
| XYZ | 0.93 | 0.75 | 0.38 | - |
| YUV | 21 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 10 | 0 | 0.54 | 0.71 | 0.86 | 14.4 | 0.56 | 0.09 |
| Hex | 23 | 10 | A | 0 | 36 | 47 | 56 | E | 38 | 9 |
| Octal | 43 | 20 | 12 | 0 | 66 | 107 | 126 | 16 | 70 | 11 |
| Binary | 100011 | 10000 | 1010 | 0 | 110110 | 1000111 | 1010110 | 1110 | 111000 | 1001 |
Color Harmonies of #23100A
Complementary color
Monochromatic Colors of #23100A
Black with #23100A
Text Example
Text Example
White with #23100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23100A; }
p { color: rgb(35,16,10); }
H1.HeaderClassName
{
color: #23100A;
}
.AnyTagClassName
{
color: #23100A;
}
</style>
background-color css
<style>
a { background-color: #23100A; }
a { background-color: rgb(35,16,10); }
div.DivClassName
{
background-color: #23100A;
}
.BgClassName
{
background-color: #23100A;
}
</style>
border-color css
<style>
span { border-color: #23100A; }
span { border-color: rgb(35,16,10); }
td.TdClassName
{
border-color: #23100A;
}
.TagClassName
{
border-color: #23100A;
}
</style>