Shades of Seal Brown #230F0B
Tints of Seal Brown #230F0B
RGB
CMYK
RGB Variations
Color information
#230F0B (or 0x230F0B) is known color: Seal Brown. HEX triplet: 23, 0F and 0B. RGB value is (35,15,11). Sum of RGB (Red+Green+Blue) = 35+15+11=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F0B is #DCF0F4. Grayscale: #141414. Windows color (decimal): -14479605 or 724771. OLE color: 724771.
HSL color Cylindrical-coordinate representation of color #230F0B: hue angle of 10º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #230F0B is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 15 | 11 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.86 |
| HSL | 10º | 0.52% | 0.09% | - |
| HSV(B) | 10º | 0.69% | 0.14% | - |
| XYZ | 0.92 | 0.72 | 0.41 | - |
| YUV | 20.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 15 | 11 | 0 | 0.57 | 0.69 | 0.86 | 10 | 0.52 | 0.09 |
| Hex | 23 | F | B | 0 | 39 | 45 | 56 | A | 34 | 9 |
| Octal | 43 | 17 | 13 | 0 | 71 | 105 | 126 | 12 | 64 | 11 |
| Binary | 100011 | 1111 | 1011 | 0 | 111001 | 1000101 | 1010110 | 1010 | 110100 | 1001 |
Color Harmonies of #230F0B
Complementary color
Monochromatic Colors of #230F0B
Black with #230F0B
Text Example
Text Example
White with #230F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230F0B; }
p { color: rgb(35,15,11); }
H1.HeaderClassName
{
color: #230F0B;
}
.AnyTagClassName
{
color: #230F0B;
}
</style>
background-color css
<style>
a { background-color: #230F0B; }
a { background-color: rgb(35,15,11); }
div.DivClassName
{
background-color: #230F0B;
}
.BgClassName
{
background-color: #230F0B;
}
</style>
border-color css
<style>
span { border-color: #230F0B; }
span { border-color: rgb(35,15,11); }
td.TdClassName
{
border-color: #230F0B;
}
.TagClassName
{
border-color: #230F0B;
}
</style>