Shades of Seal Brown #231008
Tints of Seal Brown #231008
RGB
CMYK
RGB Variations
Color information
#231008 (or 0x231008) is known color: Seal Brown. HEX triplet: 23, 10 and 08. RGB value is (35,16,8). Sum of RGB (Red+Green+Blue) = 35+16+8=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #231008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231008 is #DCEFF7. Grayscale: #141414. Windows color (decimal): -14479352 or 528419. OLE color: 528419.
HSL color Cylindrical-coordinate representation of color #231008: hue angle of 17.78º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231008 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 16 | 8 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.86 |
| HSL | 17.78º | 0.63% | 0.08% | - |
| HSV(B) | 17.78º | 0.77% | 0.14% | - |
| XYZ | 0.92 | 0.75 | 0.33 | - |
| YUV | 20.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 8 | 0 | 0.54 | 0.77 | 0.86 | 17.78 | 0.63 | 0.08 |
| Hex | 23 | 10 | 8 | 0 | 36 | 4D | 56 | 12 | 3F | 8 |
| Octal | 43 | 20 | 10 | 0 | 66 | 115 | 126 | 22 | 77 | 10 |
| Binary | 100011 | 10000 | 1000 | 0 | 110110 | 1001101 | 1010110 | 10010 | 111111 | 1000 |
Color Harmonies of #231008
Complementary color
Monochromatic Colors of #231008
Black with #231008
Text Example
Text Example
White with #231008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231008; }
p { color: rgb(35,16,8); }
H1.HeaderClassName
{
color: #231008;
}
.AnyTagClassName
{
color: #231008;
}
</style>
background-color css
<style>
a { background-color: #231008; }
a { background-color: rgb(35,16,8); }
div.DivClassName
{
background-color: #231008;
}
.BgClassName
{
background-color: #231008;
}
</style>
border-color css
<style>
span { border-color: #231008; }
span { border-color: rgb(35,16,8); }
td.TdClassName
{
border-color: #231008;
}
.TagClassName
{
border-color: #231008;
}
</style>