Shades of Schooner #908372
Tints of Schooner #908372
RGB
CMYK
RGB Variations
Color information
#908372 (or 0x908372) is known color: Schooner. HEX triplet: 90, 83 and 72. RGB value is (144,131,114). Sum of RGB (Red+Green+Blue) = 144+131+114=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 144 - color contains mainly: red. Hex color #908372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908372 is #6F7C8D. Grayscale: #858585. Windows color (decimal): -7306382 or 7504784. OLE color: 7504784.
HSL color Cylindrical-coordinate representation of color #908372: hue angle of 34º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #908372 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 114 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.44 |
| HSL | 34º | 0.12% | 0.51% | - |
| HSV(B) | 34º | 0.21% | 0.56% | - |
| XYZ | 22.66 | 23.38 | 19.24 | - |
| YUV | 132.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 114 | 0 | 0.09 | 0.21 | 0.44 | 34 | 0.12 | 0.51 |
| Hex | 90 | 83 | 72 | 0 | 9 | 15 | 2C | 22 | C | 33 |
| Octal | 220 | 203 | 162 | 0 | 11 | 25 | 54 | 42 | 14 | 63 |
| Binary | 10010000 | 10000011 | 1110010 | 0 | 1001 | 10101 | 101100 | 100010 | 1100 | 110011 |
Color Harmonies of #908372
Complementary color
Monochromatic Colors of #908372
Black with #908372
Text Example
Text Example
White with #908372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908372; }
p { color: rgb(144,131,114); }
H1.HeaderClassName
{
color: #908372;
}
.AnyTagClassName
{
color: #908372;
}
</style>
background-color css
<style>
a { background-color: #908372; }
a { background-color: rgb(144,131,114); }
div.DivClassName
{
background-color: #908372;
}
.BgClassName
{
background-color: #908372;
}
</style>
border-color css
<style>
span { border-color: #908372; }
span { border-color: rgb(144,131,114); }
td.TdClassName
{
border-color: #908372;
}
.TagClassName
{
border-color: #908372;
}
</style>