Shades of Seal Brown #230201
Tints of Seal Brown #230201
RGB
CMYK
RGB Variations
Color information
#230201 (or 0x230201) is known color: Seal Brown. HEX triplet: 23, 02 and 01. RGB value is (35,2,1). Sum of RGB (Red+Green+Blue) = 35+2+1=38 (5% of max value = 765). Red value is 35 (14.06% from 255 or 92.11% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 35 - color contains mainly: red. Hex color #230201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230201 is #DCFDFE. Grayscale: #0B0B0B. Windows color (decimal): -14482943 or 66083. OLE color: 66083.
HSL color Cylindrical-coordinate representation of color #230201: hue angle of 1.76º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230201 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 2 | 1 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.86 |
| HSL | 1.76º | 0.94% | 0.07% | - |
| HSV(B) | 1.76º | 0.97% | 0.14% | - |
| XYZ | 0.72 | 0.4 | 0.07 | - |
| YUV | 11.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 2 | 1 | 0 | 0.94 | 0.97 | 0.86 | 1.76 | 0.94 | 0.07 |
| Hex | 23 | 2 | 1 | 0 | 5E | 61 | 56 | 2 | 5E | 7 |
| Octal | 43 | 2 | 1 | 0 | 136 | 141 | 126 | 2 | 136 | 7 |
| Binary | 100011 | 10 | 1 | 0 | 1011110 | 1100001 | 1010110 | 10 | 1011110 | 111 |
Color Harmonies of #230201
Complementary color
Monochromatic Colors of #230201
Black with #230201
Text Example
Text Example
White with #230201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230201; }
p { color: rgb(35,2,1); }
H1.HeaderClassName
{
color: #230201;
}
.AnyTagClassName
{
color: #230201;
}
</style>
background-color css
<style>
a { background-color: #230201; }
a { background-color: rgb(35,2,1); }
div.DivClassName
{
background-color: #230201;
}
.BgClassName
{
background-color: #230201;
}
</style>
border-color css
<style>
span { border-color: #230201; }
span { border-color: rgb(35,2,1); }
td.TdClassName
{
border-color: #230201;
}
.TagClassName
{
border-color: #230201;
}
</style>