Shades of Seal Brown #230C03
Tints of Seal Brown #230C03
RGB
CMYK
RGB Variations
Color information
#230C03 (or 0x230C03) is known color: Seal Brown. HEX triplet: 23, 0C and 03. RGB value is (35,12,3). Sum of RGB (Red+Green+Blue) = 35+12+3=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #230C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C03 is #DCF3FC. Grayscale: #111111. Windows color (decimal): -14480381 or 199715. OLE color: 199715.
HSL color Cylindrical-coordinate representation of color #230C03: hue angle of 16.88º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230C03 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 12 | 3 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.86 |
| HSL | 16.88º | 0.84% | 0.07% | - |
| HSV(B) | 16.88º | 0.91% | 0.14% | - |
| XYZ | 0.84 | 0.63 | 0.16 | - |
| YUV | 17.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 3 | 0 | 0.66 | 0.91 | 0.86 | 16.88 | 0.84 | 0.07 |
| Hex | 23 | C | 3 | 0 | 42 | 5B | 56 | 11 | 54 | 7 |
| Octal | 43 | 14 | 3 | 0 | 102 | 133 | 126 | 21 | 124 | 7 |
| Binary | 100011 | 1100 | 11 | 0 | 1000010 | 1011011 | 1010110 | 10001 | 1010100 | 111 |
Color Harmonies of #230C03
Complementary color
Monochromatic Colors of #230C03
Black with #230C03
Text Example
Text Example
White with #230C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C03; }
p { color: rgb(35,12,3); }
H1.HeaderClassName
{
color: #230C03;
}
.AnyTagClassName
{
color: #230C03;
}
</style>
background-color css
<style>
a { background-color: #230C03; }
a { background-color: rgb(35,12,3); }
div.DivClassName
{
background-color: #230C03;
}
.BgClassName
{
background-color: #230C03;
}
</style>
border-color css
<style>
span { border-color: #230C03; }
span { border-color: rgb(35,12,3); }
td.TdClassName
{
border-color: #230C03;
}
.TagClassName
{
border-color: #230C03;
}
</style>