#908473

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

Shades of Schooner #908473

Tints of Schooner #908473

Color information

#908473 (or 0x908473) is unknown color: approx Schooner. HEX triplet: 90, 84 and 73. RGB value is (144,132,115). Sum of RGB (Red+Green+Blue) = 144+132+115=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #908473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908473 is #6F7B8C. Grayscale: #858585. Windows color (decimal): -7306125 or 7570576. OLE color: 7570576.

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

Color convert

RGB144132115-
CMYK00.080.200.44
HSL35.17º11.55%50.78%-
HSV(B)35.17º20.14%56.47%-
XYZ22.8523.6719.58-
YUV133.65117.48135.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=36.83%
G=33.76%
B=29.41%

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
Decimal14413211500.080.200.4435.1711.5550.78
Hex90847308142C23c33
Octal2202041630102454431463
Binary1001000010000100111001101000101001011001000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908473; }

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

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

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

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

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

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

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

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