#918375

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

Shades of Schooner #918375

Tints of Schooner #918375

Color information

#918375 (or 0x918375) is unknown color: approx Schooner. HEX triplet: 91, 83 and 75. RGB value is (145,131,117). Sum of RGB (Red+Green+Blue) = 145+131+117=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #918375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918375 is #6E7C8A. Grayscale: #858585. Windows color (decimal): -7240843 or 7701393. OLE color: 7701393.

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

Color convert

RGB145131117-
CMYK00.100.190.43
HSL30º11.29%51.37%-
HSV(B)30º19.31%56.86%-
XYZ2323.5420.16-
YUV133.59118.64136.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.90%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 29.77%
R=36.90%
G=33.33%
B=29.77%

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
Decimal14513111700.100.190.433011.2951.37
Hex9183750A132B1eb33
Octal2212031650122353361363
Binary100100011000001111101010101010011101011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918375; }

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

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

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

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

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

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

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

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