#93877A

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

Shades of Schooner #93877A

Tints of Schooner #93877A

Color information

#93877A (or 0x93877A) is unknown color: approx Schooner. HEX triplet: 93, 87 and 7A. RGB value is (147,135,122). Sum of RGB (Red+Green+Blue) = 147+135+122=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93877A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93877A is #6C7885. Grayscale: #898989. Windows color (decimal): -7108742 or 8030099. OLE color: 8030099.

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

Color convert

RGB147135122-
CMYK00.080.170.42
HSL31.2º10.37%52.75%-
HSV(B)31.2º17.01%57.65%-
XYZ24.2124.9421.95-
YUV137.11119.48135.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=36.39%
G=33.42%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713512200.080.170.4231.210.3752.75
Hex93877A08112A1fa35
Octal2232071720102152371265
Binary100100111000011111110100100010001101010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93877A; }

 p { color: rgb(147,135,122); }

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

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

 a { background-color: rgb(147,135,122); }

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

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

 span { border-color: rgb(147,135,122); }

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