Shades of Seal Brown #230E06
Tints of Seal Brown #230E06
RGB
CMYK
RGB Variations
Color information
#230E06 (or 0x230E06) is known color: Seal Brown. HEX triplet: 23, 0E and 06. RGB value is (35,14,6). Sum of RGB (Red+Green+Blue) = 35+14+6=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #230E06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E06 is #DCF1F9. Grayscale: #131313. Windows color (decimal): -14479866 or 396835. OLE color: 396835.
HSL color Cylindrical-coordinate representation of color #230E06: hue angle of 16.55º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230E06 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 6 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.86 |
| HSL | 16.55º | 0.71% | 0.08% | - |
| HSV(B) | 16.55º | 0.83% | 0.14% | - |
| XYZ | 0.88 | 0.68 | 0.26 | - |
| YUV | 19.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 6 | 0 | 0.60 | 0.83 | 0.86 | 16.55 | 0.71 | 0.08 |
| Hex | 23 | E | 6 | 0 | 3C | 53 | 56 | 11 | 47 | 8 |
| Octal | 43 | 16 | 6 | 0 | 74 | 123 | 126 | 21 | 107 | 10 |
| Binary | 100011 | 1110 | 110 | 0 | 111100 | 1010011 | 1010110 | 10001 | 1000111 | 1000 |
Color Harmonies of #230E06
Complementary color
Monochromatic Colors of #230E06
Black with #230E06
Text Example
Text Example
White with #230E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E06; }
p { color: rgb(35,14,6); }
H1.HeaderClassName
{
color: #230E06;
}
.AnyTagClassName
{
color: #230E06;
}
</style>
background-color css
<style>
a { background-color: #230E06; }
a { background-color: rgb(35,14,6); }
div.DivClassName
{
background-color: #230E06;
}
.BgClassName
{
background-color: #230E06;
}
</style>
border-color css
<style>
span { border-color: #230E06; }
span { border-color: rgb(35,14,6); }
td.TdClassName
{
border-color: #230E06;
}
.TagClassName
{
border-color: #230E06;
}
</style>