Shades of Seal Brown #230E00
Tints of Seal Brown #230E00
RGB
CMYK
RGB Variations
Color information
#230E00 (or 0x230E00) is known color: Seal Brown. HEX triplet: 23, 0E and 00. RGB value is (35,14,0). Sum of RGB (Red+Green+Blue) = 35+14+0=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E00 is #DCF1FF. Grayscale: #121212. Windows color (decimal): -14479872 or 3619. OLE color: 3619.
HSL color Cylindrical-coordinate representation of color #230E00: hue angle of 24º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230E00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.86 |
| HSL | 24º | 1% | 0.07% | - |
| HSV(B) | 24º | 1% | 0.14% | - |
| XYZ | 0.85 | 0.67 | 0.08 | - |
| YUV | 18.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 0 | 0 | 0.60 | 1 | 0.86 | 24 | 1 | 0.07 |
| Hex | 23 | E | 0 | 0 | 3C | 64 | 56 | 18 | 64 | 7 |
| Octal | 43 | 16 | 0 | 0 | 74 | 144 | 126 | 30 | 144 | 7 |
| Binary | 100011 | 1110 | 0 | 0 | 111100 | 1100100 | 1010110 | 11000 | 1100100 | 111 |
Color Harmonies of #230E00
Complementary color
Monochromatic Colors of #230E00
Black with #230E00
Text Example
Text Example
White with #230E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E00; }
p { color: rgb(35,14,0); }
H1.HeaderClassName
{
color: #230E00;
}
.AnyTagClassName
{
color: #230E00;
}
</style>
background-color css
<style>
a { background-color: #230E00; }
a { background-color: rgb(35,14,0); }
div.DivClassName
{
background-color: #230E00;
}
.BgClassName
{
background-color: #230E00;
}
</style>
border-color css
<style>
span { border-color: #230E00; }
span { border-color: rgb(35,14,0); }
td.TdClassName
{
border-color: #230E00;
}
.TagClassName
{
border-color: #230E00;
}
</style>