Shades of Seal Brown #230402
Tints of Seal Brown #230402
RGB
CMYK
RGB Variations
Color information
#230402 (or 0x230402) is known color: Seal Brown. HEX triplet: 23, 04 and 02. RGB value is (35,4,2). Sum of RGB (Red+Green+Blue) = 35+4+2=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230402 is #DCFBFD. Grayscale: #0D0D0D. Windows color (decimal): -14482430 or 132131. OLE color: 132131.
HSL color Cylindrical-coordinate representation of color #230402: hue angle of 3.64º 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 #230402 is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 4 | 2 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.86 |
| HSL | 3.64º | 0.89% | 0.07% | - |
| HSV(B) | 3.64º | 0.94% | 0.14% | - |
| XYZ | 0.75 | 0.45 | 0.1 | - |
| YUV | 13.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 4 | 2 | 0 | 0.89 | 0.94 | 0.86 | 3.64 | 0.89 | 0.07 |
| Hex | 23 | 4 | 2 | 0 | 59 | 5E | 56 | 4 | 59 | 7 |
| Octal | 43 | 4 | 2 | 0 | 131 | 136 | 126 | 4 | 131 | 7 |
| Binary | 100011 | 100 | 10 | 0 | 1011001 | 1011110 | 1010110 | 100 | 1011001 | 111 |
Color Harmonies of #230402
Complementary color
Monochromatic Colors of #230402
Black with #230402
Text Example
Text Example
White with #230402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230402; }
p { color: rgb(35,4,2); }
H1.HeaderClassName
{
color: #230402;
}
.AnyTagClassName
{
color: #230402;
}
</style>
background-color css
<style>
a { background-color: #230402; }
a { background-color: rgb(35,4,2); }
div.DivClassName
{
background-color: #230402;
}
.BgClassName
{
background-color: #230402;
}
</style>
border-color css
<style>
span { border-color: #230402; }
span { border-color: rgb(35,4,2); }
td.TdClassName
{
border-color: #230402;
}
.TagClassName
{
border-color: #230402;
}
</style>