#918376

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

Shades of Schooner #918376

Tints of Schooner #918376

Color information

#918376 (or 0x918376) is unknown color: approx Schooner. HEX triplet: 91, 83 and 76. RGB value is (145,131,118). Sum of RGB (Red+Green+Blue) = 145+131+118=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 145 - color contains mainly: red. Hex color #918376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918376 is #6E7C89. Grayscale: #858585. Windows color (decimal): -7240842 or 7766929. OLE color: 7766929.

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

Color convert

RGB145131118-
CMYK00.100.190.43
HSL28.89º10.93%51.57%-
HSV(B)28.89º18.62%56.86%-
XYZ23.0623.5620.47-
YUV133.7119.14136.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.80%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=36.80%
G=33.25%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513111800.100.190.4328.8910.9351.57
Hex9183760A132B1db34
Octal2212031660122353351364
Binary100100011000001111101100101010011101011111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918376; }

 p { color: rgb(145,131,118); }

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

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

 a { background-color: rgb(145,131,118); }

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

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

 span { border-color: rgb(145,131,118); }

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