Shades of Seal Brown #230C02
Tints of Seal Brown #230C02
RGB
CMYK
RGB Variations
Color information
#230C02 (or 0x230C02) is known color: Seal Brown. HEX triplet: 23, 0C and 02. RGB value is (35,12,2). Sum of RGB (Red+Green+Blue) = 35+12+2=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C02 is #DCF3FD. Grayscale: #111111. Windows color (decimal): -14480382 or 134179. OLE color: 134179.
HSL color Cylindrical-coordinate representation of color #230C02: hue angle of 18.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #230C02 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 12 | 2 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.86 |
| HSL | 18.18º | 0.89% | 0.07% | - |
| HSV(B) | 18.18º | 0.94% | 0.14% | - |
| XYZ | 0.84 | 0.62 | 0.13 | - |
| YUV | 17.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 12 | 2 | 0 | 0.66 | 0.94 | 0.86 | 18.18 | 0.89 | 0.07 |
| Hex | 23 | C | 2 | 0 | 42 | 5E | 56 | 12 | 59 | 7 |
| Octal | 43 | 14 | 2 | 0 | 102 | 136 | 126 | 22 | 131 | 7 |
| Binary | 100011 | 1100 | 10 | 0 | 1000010 | 1011110 | 1010110 | 10010 | 1011001 | 111 |
Color Harmonies of #230C02
Complementary color
Monochromatic Colors of #230C02
Black with #230C02
Text Example
Text Example
White with #230C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230C02; }
p { color: rgb(35,12,2); }
H1.HeaderClassName
{
color: #230C02;
}
.AnyTagClassName
{
color: #230C02;
}
</style>
background-color css
<style>
a { background-color: #230C02; }
a { background-color: rgb(35,12,2); }
div.DivClassName
{
background-color: #230C02;
}
.BgClassName
{
background-color: #230C02;
}
</style>
border-color css
<style>
span { border-color: #230C02; }
span { border-color: rgb(35,12,2); }
td.TdClassName
{
border-color: #230C02;
}
.TagClassName
{
border-color: #230C02;
}
</style>