#89827B

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

Shades of Schooner #89827B

Tints of Schooner #89827B

Color information

#89827B (or 0x89827B) is unknown color: approx Schooner. HEX triplet: 89, 82 and 7B. RGB value is (137,130,123). Sum of RGB (Red+Green+Blue) = 137+130+123=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 137 - color contains mainly: red. Hex color #89827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89827B is #767D84. Grayscale: #838383. Windows color (decimal): -7765381 or 8094345. OLE color: 8094345.

HSL color Cylindrical-coordinate representation of color #89827B: hue angle of 30º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89827B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB137130123-
CMYK00.050.100.46
HSL30º5.6%50.98%-
HSV(B)30º10.22%53.73%-
XYZ21.8722.7121.97-
YUV131.29123.32132.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.13%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=35.13%
G=33.33%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713012300.050.100.46305.650.98
Hex89827B05A2E1e633
Octal21120217305125636663
Binary100010011000001011110110101101010111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,130,123); }

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

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

 a { background-color: rgb(137,130,123); }

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

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

 span { border-color: rgb(137,130,123); }

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