#93887C

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

Shades of Schooner #93887C

Tints of Schooner #93887C

Color information

#93887C (or 0x93887C) is unknown color: approx Schooner. HEX triplet: 93, 88 and 7C. RGB value is (147,136,124). Sum of RGB (Red+Green+Blue) = 147+136+124=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #93887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93887C is #6C7783. Grayscale: #898989. Windows color (decimal): -7108484 or 8161427. OLE color: 8161427.

HSL color Cylindrical-coordinate representation of color #93887C: hue angle of 31.3º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93887C is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147136124-
CMYK00.070.160.42
HSL31.3º9.62%53.14%-
HSV(B)31.3º15.65%57.65%-
XYZ24.4725.2722.66-
YUV137.92120.14134.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.12%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=36.12%
G=33.42%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713612400.070.160.4231.39.6253.14
Hex93887C07102A1fa35
Octal223210174072052371265
Binary10010011100010001111100011110000101010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93887C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93887C; }

 p { color: rgb(147,136,124); }

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

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

 a { background-color: rgb(147,136,124); }

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

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

 span { border-color: rgb(147,136,124); }

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