Shades of Schooner #908373
Tints of Schooner #908373
RGB
CMYK
RGB Variations
Color information
#908373 (or 0x908373) is known color: Schooner. HEX triplet: 90, 83 and 73. RGB value is (144,131,115). Sum of RGB (Red+Green+Blue) = 144+131+115=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908373 is #6F7C8C. Grayscale: #858585. Windows color (decimal): -7306381 or 7570320. OLE color: 7570320.
HSL color Cylindrical-coordinate representation of color #908373: hue angle of 33.1º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908373 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 115 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.44 |
| HSL | 33.1º | 0.12% | 0.51% | - |
| HSV(B) | 33.1º | 0.2% | 0.56% | - |
| XYZ | 22.71 | 23.4 | 19.54 | - |
| YUV | 133.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 115 | 0 | 0.09 | 0.20 | 0.44 | 33.1 | 0.12 | 0.51 |
| Hex | 90 | 83 | 73 | 0 | 9 | 14 | 2C | 21 | C | 33 |
| Octal | 220 | 203 | 163 | 0 | 11 | 24 | 54 | 41 | 14 | 63 |
| Binary | 10010000 | 10000011 | 1110011 | 0 | 1001 | 10100 | 101100 | 100001 | 1100 | 110011 |
Color Harmonies of #908373
Complementary color
Monochromatic Colors of #908373
Black with #908373
Text Example
Text Example
White with #908373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908373; }
p { color: rgb(144,131,115); }
H1.HeaderClassName
{
color: #908373;
}
.AnyTagClassName
{
color: #908373;
}
</style>
background-color css
<style>
a { background-color: #908373; }
a { background-color: rgb(144,131,115); }
div.DivClassName
{
background-color: #908373;
}
.BgClassName
{
background-color: #908373;
}
</style>
border-color css
<style>
span { border-color: #908373; }
span { border-color: rgb(144,131,115); }
td.TdClassName
{
border-color: #908373;
}
.TagClassName
{
border-color: #908373;
}
</style>