Shades of Seal Brown #230502
Tints of Seal Brown #230502
RGB
CMYK
RGB Variations
Color information
#230502 (or 0x230502) is known color: Seal Brown. HEX triplet: 23, 05 and 02. RGB value is (35,5,2). Sum of RGB (Red+Green+Blue) = 35+5+2=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230502 is #DCFAFD. Grayscale: #0D0D0D. Windows color (decimal): -14482174 or 132387. OLE color: 132387.
HSL color Cylindrical-coordinate representation of color #230502: hue angle of 5.45º 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 #230502 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 5 | 2 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.86 |
| HSL | 5.45º | 0.89% | 0.07% | - |
| HSV(B) | 5.45º | 0.94% | 0.14% | - |
| XYZ | 0.76 | 0.47 | 0.11 | - |
| YUV | 13.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 5 | 2 | 0 | 0.86 | 0.94 | 0.86 | 5.45 | 0.89 | 0.07 |
| Hex | 23 | 5 | 2 | 0 | 56 | 5E | 56 | 5 | 59 | 7 |
| Octal | 43 | 5 | 2 | 0 | 126 | 136 | 126 | 5 | 131 | 7 |
| Binary | 100011 | 101 | 10 | 0 | 1010110 | 1011110 | 1010110 | 101 | 1011001 | 111 |
Color Harmonies of #230502
Complementary color
Monochromatic Colors of #230502
Black with #230502
Text Example
Text Example
White with #230502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230502; }
p { color: rgb(35,5,2); }
H1.HeaderClassName
{
color: #230502;
}
.AnyTagClassName
{
color: #230502;
}
</style>
background-color css
<style>
a { background-color: #230502; }
a { background-color: rgb(35,5,2); }
div.DivClassName
{
background-color: #230502;
}
.BgClassName
{
background-color: #230502;
}
</style>
border-color css
<style>
span { border-color: #230502; }
span { border-color: rgb(35,5,2); }
td.TdClassName
{
border-color: #230502;
}
.TagClassName
{
border-color: #230502;
}
</style>