Shades of Seal Brown #230E07
Tints of Seal Brown #230E07
RGB
CMYK
RGB Variations
Color information
#230E07 (or 0x230E07) is known color: Seal Brown. HEX triplet: 23, 0E and 07. RGB value is (35,14,7). Sum of RGB (Red+Green+Blue) = 35+14+7=56 (7% of max value = 765). Red value is 35 (14.06% from 255 or 62.5% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 35 - color contains mainly: red. Hex color #230E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E07 is #DCF1F8. Grayscale: #131313. Windows color (decimal): -14479865 or 462371. OLE color: 462371.
HSL color Cylindrical-coordinate representation of color #230E07: hue angle of 15º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #230E07 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 7 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.86 |
| HSL | 15º | 0.67% | 0.08% | - |
| HSV(B) | 15º | 0.8% | 0.14% | - |
| XYZ | 0.89 | 0.69 | 0.29 | - |
| YUV | 19.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 7 | 0 | 0.60 | 0.80 | 0.86 | 15 | 0.67 | 0.08 |
| Hex | 23 | E | 7 | 0 | 3C | 50 | 56 | F | 43 | 8 |
| Octal | 43 | 16 | 7 | 0 | 74 | 120 | 126 | 17 | 103 | 10 |
| Binary | 100011 | 1110 | 111 | 0 | 111100 | 1010000 | 1010110 | 1111 | 1000011 | 1000 |
Color Harmonies of #230E07
Complementary color
Monochromatic Colors of #230E07
Black with #230E07
Text Example
Text Example
White with #230E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E07; }
p { color: rgb(35,14,7); }
H1.HeaderClassName
{
color: #230E07;
}
.AnyTagClassName
{
color: #230E07;
}
</style>
background-color css
<style>
a { background-color: #230E07; }
a { background-color: rgb(35,14,7); }
div.DivClassName
{
background-color: #230E07;
}
.BgClassName
{
background-color: #230E07;
}
</style>
border-color css
<style>
span { border-color: #230E07; }
span { border-color: rgb(35,14,7); }
td.TdClassName
{
border-color: #230E07;
}
.TagClassName
{
border-color: #230E07;
}
</style>