Shades of Seal Brown #23130D
Tints of Seal Brown #23130D
RGB
CMYK
RGB Variations
Color information
#23130D (or 0x23130D) is known color: Seal Brown. HEX triplet: 23, 13 and 0D. RGB value is (35,19,13). Sum of RGB (Red+Green+Blue) = 35+19+13=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23130D is #DCECF2. Grayscale: #171717. Windows color (decimal): -14478579 or 856867. OLE color: 856867.
HSL color Cylindrical-coordinate representation of color #23130D: hue angle of 16.36º 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 #23130D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 13 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.86 |
| HSL | 16.36º | 0.46% | 0.09% | - |
| HSV(B) | 16.36º | 0.63% | 0.14% | - |
| XYZ | 1 | 0.85 | 0.49 | - |
| YUV | 23.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 13 | 0 | 0.46 | 0.63 | 0.86 | 16.36 | 0.46 | 0.09 |
| Hex | 23 | 13 | D | 0 | 2E | 3F | 56 | 10 | 2E | 9 |
| Octal | 43 | 23 | 15 | 0 | 56 | 77 | 126 | 20 | 56 | 11 |
| Binary | 100011 | 10011 | 1101 | 0 | 101110 | 111111 | 1010110 | 10000 | 101110 | 1001 |
Color Harmonies of #23130D
Complementary color
Monochromatic Colors of #23130D
Black with #23130D
Text Example
Text Example
White with #23130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23130D; }
p { color: rgb(35,19,13); }
H1.HeaderClassName
{
color: #23130D;
}
.AnyTagClassName
{
color: #23130D;
}
</style>
background-color css
<style>
a { background-color: #23130D; }
a { background-color: rgb(35,19,13); }
div.DivClassName
{
background-color: #23130D;
}
.BgClassName
{
background-color: #23130D;
}
</style>
border-color css
<style>
span { border-color: #23130D; }
span { border-color: rgb(35,19,13); }
td.TdClassName
{
border-color: #23130D;
}
.TagClassName
{
border-color: #23130D;
}
</style>