#93887B

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

Shades of Schooner #93887B

Tints of Schooner #93887B

Color information

#93887B (or 0x93887B) is unknown color: approx Schooner. HEX triplet: 93, 88 and 7B. RGB value is (147,136,123). Sum of RGB (Red+Green+Blue) = 147+136+123=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93887B is #6C7784. Grayscale: #898989. Windows color (decimal): -7108485 or 8095891. OLE color: 8095891.

HSL color Cylindrical-coordinate representation of color #93887B: hue angle of 32.5º 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 #93887B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147136123-
CMYK00.070.160.42
HSL32.5º10%52.94%-
HSV(B)32.5º16.33%57.65%-
XYZ24.4125.2422.32-
YUV137.81119.64134.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=36.21%
G=33.50%
B=30.30%

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
Decimal14713612300.070.160.4232.51052.94
Hex93887B07102A21a35
Octal223210173072052411265
Binary100100111000100011110110111100001010101000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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