Shades of Seal Brown #23100C
Tints of Seal Brown #23100C
RGB
CMYK
RGB Variations
Color information
#23100C (or 0x23100C) is known color: Seal Brown. HEX triplet: 23, 10 and 0C. RGB value is (35,16,12). Sum of RGB (Red+Green+Blue) = 35+16+12=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #23100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23100C is #DCEFF3. Grayscale: #151515. Windows color (decimal): -14479348 or 790563. OLE color: 790563.
HSL color Cylindrical-coordinate representation of color #23100C: hue angle of 10.43º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #23100C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 12 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.86 |
| HSL | 10.43º | 0.49% | 0.09% | - |
| HSV(B) | 10.43º | 0.66% | 0.14% | - |
| XYZ | 0.94 | 0.75 | 0.44 | - |
| YUV | 21.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 12 | 0 | 0.54 | 0.66 | 0.86 | 10.43 | 0.49 | 0.09 |
| Hex | 23 | 10 | C | 0 | 36 | 42 | 56 | A | 31 | 9 |
| Octal | 43 | 20 | 14 | 0 | 66 | 102 | 126 | 12 | 61 | 11 |
| Binary | 100011 | 10000 | 1100 | 0 | 110110 | 1000010 | 1010110 | 1010 | 110001 | 1001 |
Color Harmonies of #23100C
Complementary color
Monochromatic Colors of #23100C
Black with #23100C
Text Example
Text Example
White with #23100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23100C; }
p { color: rgb(35,16,12); }
H1.HeaderClassName
{
color: #23100C;
}
.AnyTagClassName
{
color: #23100C;
}
</style>
background-color css
<style>
a { background-color: #23100C; }
a { background-color: rgb(35,16,12); }
div.DivClassName
{
background-color: #23100C;
}
.BgClassName
{
background-color: #23100C;
}
</style>
border-color css
<style>
span { border-color: #23100C; }
span { border-color: rgb(35,16,12); }
td.TdClassName
{
border-color: #23100C;
}
.TagClassName
{
border-color: #23100C;
}
</style>