Shades of Seal Brown #231007
Tints of Seal Brown #231007
RGB
CMYK
RGB Variations
Color information
#231007 (or 0x231007) is known color: Seal Brown. HEX triplet: 23, 10 and 07. RGB value is (35,16,7). Sum of RGB (Red+Green+Blue) = 35+16+7=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231007 is #DCEFF8. Grayscale: #141414. Windows color (decimal): -14479353 or 462883. OLE color: 462883.
HSL color Cylindrical-coordinate representation of color #231007: hue angle of 19.29º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #231007 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 7 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.86 |
| HSL | 19.29º | 0.67% | 0.08% | - |
| HSV(B) | 19.29º | 0.8% | 0.14% | - |
| XYZ | 0.92 | 0.74 | 0.3 | - |
| YUV | 20.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 7 | 0 | 0.54 | 0.80 | 0.86 | 19.29 | 0.67 | 0.08 |
| Hex | 23 | 10 | 7 | 0 | 36 | 50 | 56 | 13 | 43 | 8 |
| Octal | 43 | 20 | 7 | 0 | 66 | 120 | 126 | 23 | 103 | 10 |
| Binary | 100011 | 10000 | 111 | 0 | 110110 | 1010000 | 1010110 | 10011 | 1000011 | 1000 |
Color Harmonies of #231007
Complementary color
Monochromatic Colors of #231007
Black with #231007
Text Example
Text Example
White with #231007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231007; }
p { color: rgb(35,16,7); }
H1.HeaderClassName
{
color: #231007;
}
.AnyTagClassName
{
color: #231007;
}
</style>
background-color css
<style>
a { background-color: #231007; }
a { background-color: rgb(35,16,7); }
div.DivClassName
{
background-color: #231007;
}
.BgClassName
{
background-color: #231007;
}
</style>
border-color css
<style>
span { border-color: #231007; }
span { border-color: rgb(35,16,7); }
td.TdClassName
{
border-color: #231007;
}
.TagClassName
{
border-color: #231007;
}
</style>