Shades of Seal Brown #230900
Tints of Seal Brown #230900
RGB
CMYK
RGB Variations
Color information
#230900 (or 0x230900) is known color: Seal Brown. HEX triplet: 23, 09 and 00. RGB value is (35,9,0). Sum of RGB (Red+Green+Blue) = 35+9+0=44 (5% of max value = 765). Red value is 35 (14.06% from 255 or 79.55% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 35 - color contains mainly: red. Hex color #230900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230900 is #DCF6FF. Grayscale: #0F0F0F. Windows color (decimal): -14481152 or 2339. OLE color: 2339.
HSL color Cylindrical-coordinate representation of color #230900: hue angle of 15.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 9 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.86 |
| HSL | 15.43º | 1% | 0.07% | - |
| HSV(B) | 15.43º | 1% | 0.14% | - |
| XYZ | 0.79 | 0.55 | 0.07 | - |
| YUV | 15.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 9 | 0 | 0 | 0.74 | 1 | 0.86 | 15.43 | 1 | 0.07 |
| Hex | 23 | 9 | 0 | 0 | 4A | 64 | 56 | F | 64 | 7 |
| Octal | 43 | 11 | 0 | 0 | 112 | 144 | 126 | 17 | 144 | 7 |
| Binary | 100011 | 1001 | 0 | 0 | 1001010 | 1100100 | 1010110 | 1111 | 1100100 | 111 |
Color Harmonies of #230900
Complementary color
Monochromatic Colors of #230900
Black with #230900
Text Example
Text Example
White with #230900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230900; }
p { color: rgb(35,9,0); }
H1.HeaderClassName
{
color: #230900;
}
.AnyTagClassName
{
color: #230900;
}
</style>
background-color css
<style>
a { background-color: #230900; }
a { background-color: rgb(35,9,0); }
div.DivClassName
{
background-color: #230900;
}
.BgClassName
{
background-color: #230900;
}
</style>
border-color css
<style>
span { border-color: #230900; }
span { border-color: rgb(35,9,0); }
td.TdClassName
{
border-color: #230900;
}
.TagClassName
{
border-color: #230900;
}
</style>