Shades of Seal Brown #230F09
Tints of Seal Brown #230F09
RGB
CMYK
RGB Variations
Color information
#230F09 (or 0x230F09) is known color: Seal Brown. HEX triplet: 23, 0F and 09. RGB value is (35,15,9). Sum of RGB (Red+Green+Blue) = 35+15+9=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F09 is #DCF0F6. Grayscale: #141414. Windows color (decimal): -14479607 or 593699. OLE color: 593699.
HSL color Cylindrical-coordinate representation of color #230F09: hue angle of 13.85º 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 #230F09 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 9 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.86 |
| HSL | 13.85º | 0.59% | 0.09% | - |
| HSV(B) | 13.85º | 0.74% | 0.14% | - |
| XYZ | 0.91 | 0.72 | 0.35 | - |
| YUV | 20.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 9 | 0 | 0.57 | 0.74 | 0.86 | 13.85 | 0.59 | 0.09 |
| Hex | 23 | F | 9 | 0 | 39 | 4A | 56 | E | 3B | 9 |
| Octal | 43 | 17 | 11 | 0 | 71 | 112 | 126 | 16 | 73 | 11 |
| Binary | 100011 | 1111 | 1001 | 0 | 111001 | 1001010 | 1010110 | 1110 | 111011 | 1001 |
Color Harmonies of #230F09
Complementary color
Monochromatic Colors of #230F09
Black with #230F09
Text Example
Text Example
White with #230F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F09; }
p { color: rgb(35,15,9); }
H1.HeaderClassName
{
color: #230F09;
}
.AnyTagClassName
{
color: #230F09;
}
</style>
background-color css
<style>
a { background-color: #230F09; }
a { background-color: rgb(35,15,9); }
div.DivClassName
{
background-color: #230F09;
}
.BgClassName
{
background-color: #230F09;
}
</style>
border-color css
<style>
span { border-color: #230F09; }
span { border-color: rgb(35,15,9); }
td.TdClassName
{
border-color: #230F09;
}
.TagClassName
{
border-color: #230F09;
}
</style>