Shades of Seal Brown #230E05
Tints of Seal Brown #230E05
RGB
CMYK
RGB Variations
Color information
#230E05 (or 0x230E05) is known color: Seal Brown. HEX triplet: 23, 0E and 05. RGB value is (35,14,5). Sum of RGB (Red+Green+Blue) = 35+14+5=54 (7% of max value = 765). Red value is 35 (14.06% from 255 or 64.81% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 35 - color contains mainly: red. Hex color #230E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230E05 is #DCF1FA. Grayscale: #131313. Windows color (decimal): -14479867 or 331299. OLE color: 331299.
HSL color Cylindrical-coordinate representation of color #230E05: hue angle of 18º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230E05 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 14 | 5 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.86 |
| HSL | 18º | 0.75% | 0.08% | - |
| HSV(B) | 18º | 0.86% | 0.14% | - |
| XYZ | 0.88 | 0.68 | 0.23 | - |
| YUV | 19.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 14 | 5 | 0 | 0.60 | 0.86 | 0.86 | 18 | 0.75 | 0.08 |
| Hex | 23 | E | 5 | 0 | 3C | 56 | 56 | 12 | 4B | 8 |
| Octal | 43 | 16 | 5 | 0 | 74 | 126 | 126 | 22 | 113 | 10 |
| Binary | 100011 | 1110 | 101 | 0 | 111100 | 1010110 | 1010110 | 10010 | 1001011 | 1000 |
Color Harmonies of #230E05
Complementary color
Monochromatic Colors of #230E05
Black with #230E05
Text Example
Text Example
White with #230E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230E05; }
p { color: rgb(35,14,5); }
H1.HeaderClassName
{
color: #230E05;
}
.AnyTagClassName
{
color: #230E05;
}
</style>
background-color css
<style>
a { background-color: #230E05; }
a { background-color: rgb(35,14,5); }
div.DivClassName
{
background-color: #230E05;
}
.BgClassName
{
background-color: #230E05;
}
</style>
border-color css
<style>
span { border-color: #230E05; }
span { border-color: rgb(35,14,5); }
td.TdClassName
{
border-color: #230E05;
}
.TagClassName
{
border-color: #230E05;
}
</style>