Shades of Seal Brown #230A02
Tints of Seal Brown #230A02
RGB
CMYK
RGB Variations
Color information
#230A02 (or 0x230A02) is known color: Seal Brown. HEX triplet: 23, 0A and 02. RGB value is (35,10,2). Sum of RGB (Red+Green+Blue) = 35+10+2=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 2 (1.17% from 255 or 4.26% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #230A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A02 is #DCF5FD. Grayscale: #101010. Windows color (decimal): -14480894 or 133667. OLE color: 133667.
HSL color Cylindrical-coordinate representation of color #230A02: hue angle of 14.55º 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 #230A02 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 10 | 2 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.86 |
| HSL | 14.55º | 0.89% | 0.07% | - |
| HSV(B) | 14.55º | 0.94% | 0.14% | - |
| XYZ | 0.81 | 0.58 | 0.13 | - |
| YUV | 16.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 10 | 2 | 0 | 0.71 | 0.94 | 0.86 | 14.55 | 0.89 | 0.07 |
| Hex | 23 | A | 2 | 0 | 47 | 5E | 56 | F | 59 | 7 |
| Octal | 43 | 12 | 2 | 0 | 107 | 136 | 126 | 17 | 131 | 7 |
| Binary | 100011 | 1010 | 10 | 0 | 1000111 | 1011110 | 1010110 | 1111 | 1011001 | 111 |
Color Harmonies of #230A02
Complementary color
Monochromatic Colors of #230A02
Black with #230A02
Text Example
Text Example
White with #230A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230A02; }
p { color: rgb(35,10,2); }
H1.HeaderClassName
{
color: #230A02;
}
.AnyTagClassName
{
color: #230A02;
}
</style>
background-color css
<style>
a { background-color: #230A02; }
a { background-color: rgb(35,10,2); }
div.DivClassName
{
background-color: #230A02;
}
.BgClassName
{
background-color: #230A02;
}
</style>
border-color css
<style>
span { border-color: #230A02; }
span { border-color: rgb(35,10,2); }
td.TdClassName
{
border-color: #230A02;
}
.TagClassName
{
border-color: #230A02;
}
</style>