#908573

Color #908573 Schooner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Schooner #908573

Tints of Schooner #908573

Color information

#908573 (or 0x908573) is unknown color: approx Schooner. HEX triplet: 90, 85 and 73. RGB value is (144,133,115). Sum of RGB (Red+Green+Blue) = 144+133+115=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 144 - color contains mainly: red. Hex color #908573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908573 is #6F7A8C. Grayscale: #868686. Windows color (decimal): -7305869 or 7570832. OLE color: 7570832.

HSL color Cylindrical-coordinate representation of color #908573: hue angle of 37.24º 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 #908573 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB144133115-
CMYK00.080.200.44
HSL37.24º11.55%50.78%-
HSV(B)37.24º20.14%56.47%-
XYZ22.9823.9419.63-
YUV134.24117.14134.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 115 (45.31% from 255) = 29.34%
R=36.73%
G=33.93%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413311500.080.200.4437.2411.5550.78
Hex90857308142C25c33
Octal2202051630102454451463
Binary1001000010000101111001101000101001011001001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908573; }

 p { color: rgb(144,133,115); }

 H1.HeaderClassName
 {
   color: #908573;
 }
 .AnyTagClassName
 {
   color: #908573;
 }
</style>
background-color css

<style>
 a { background-color: #908573; }

 a { background-color: rgb(144,133,115); }

 div.DivClassName
 {
   background-color: #908573;
 }
 .BgClassName
 {
   background-color: #908573;
 }
</style>
border-color css

<style>
 span { border-color: #908573; }

 span { border-color: rgb(144,133,115); }

 td.TdClassName
 {
   border-color: #908573;
 }
 .TagClassName
 {
   border-color: #908573;
 }
</style>