#918478

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

Shades of Schooner #918478

Tints of Schooner #918478

Color information

#918478 (or 0x918478) is unknown color: approx Schooner. HEX triplet: 91, 84 and 78. RGB value is (145,132,120). Sum of RGB (Red+Green+Blue) = 145+132+120=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 145 - color contains mainly: red. Hex color #918478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918478 is #6E7B87. Grayscale: #868686. Windows color (decimal): -7240584 or 7898257. OLE color: 7898257.

HSL color Cylindrical-coordinate representation of color #918478: hue angle of 28.8º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918478 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB145132120-
CMYK00.090.170.43
HSL28.8º10.2%51.96%-
HSV(B)28.8º17.24%56.86%-
XYZ23.3223.8821.15-
YUV134.52119.81135.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=36.52%
G=33.25%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513212000.090.170.4328.810.251.96
Hex91847809112B1da34
Octal2212041700112153351264
Binary100100011000010011110000100110001101011111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918478; }

 p { color: rgb(145,132,120); }

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

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

 a { background-color: rgb(145,132,120); }

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

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

 span { border-color: rgb(145,132,120); }

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