Shades of Seal Brown #230D09
Tints of Seal Brown #230D09
RGB
CMYK
RGB Variations
Color information
#230D09 (or 0x230D09) is known color: Seal Brown. HEX triplet: 23, 0D and 09. RGB value is (35,13,9). Sum of RGB (Red+Green+Blue) = 35+13+9=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #230D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D09 is #DCF2F6. Grayscale: #131313. Windows color (decimal): -14480119 or 593187. OLE color: 593187.
HSL color Cylindrical-coordinate representation of color #230D09: hue angle of 9.23º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #230D09 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 13 | 9 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.86 |
| HSL | 9.23º | 0.59% | 0.09% | - |
| HSV(B) | 9.23º | 0.74% | 0.14% | - |
| XYZ | 0.89 | 0.66 | 0.34 | - |
| YUV | 19.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 13 | 9 | 0 | 0.63 | 0.74 | 0.86 | 9.23 | 0.59 | 0.09 |
| Hex | 23 | D | 9 | 0 | 3F | 4A | 56 | 9 | 3B | 9 |
| Octal | 43 | 15 | 11 | 0 | 77 | 112 | 126 | 11 | 73 | 11 |
| Binary | 100011 | 1101 | 1001 | 0 | 111111 | 1001010 | 1010110 | 1001 | 111011 | 1001 |
Color Harmonies of #230D09
Complementary color
Monochromatic Colors of #230D09
Black with #230D09
Text Example
Text Example
White with #230D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230D09; }
p { color: rgb(35,13,9); }
H1.HeaderClassName
{
color: #230D09;
}
.AnyTagClassName
{
color: #230D09;
}
</style>
background-color css
<style>
a { background-color: #230D09; }
a { background-color: rgb(35,13,9); }
div.DivClassName
{
background-color: #230D09;
}
.BgClassName
{
background-color: #230D09;
}
</style>
border-color css
<style>
span { border-color: #230D09; }
span { border-color: rgb(35,13,9); }
td.TdClassName
{
border-color: #230D09;
}
.TagClassName
{
border-color: #230D09;
}
</style>