#89853A

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

Shades of Highball #89853A

Tints of Highball #89853A

Color information

#89853A (or 0x89853A) is unknown color: approx Highball. HEX triplet: 89, 85 and 3A. RGB value is (137,133,58). Sum of RGB (Red+Green+Blue) = 137+133+58=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89853A is #767AC5. Grayscale: #7D7D7D. Windows color (decimal): -7764678 or 3835273. OLE color: 3835273.

HSL color Cylindrical-coordinate representation of color #89853A: hue angle of 56.96º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89853A is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13713358-
CMYK00.030.580.46
HSL56.96º40.51%38.24%-
HSV(B)56.96º57.66%53.73%-
XYZ19.4722.47.3-
YUV125.6589.83136.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 133 (52.34% from 255) = 40.55%
BLUE value IS 58 (23.05% from 255) = 17.68%
R=41.77%
G=40.55%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371335800.030.580.4656.9640.5138.24
Hex89853A033A2E392926
Octal21120572037256715146
Binary1000100110000101111010011111010101110111001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,133,58); }

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

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

 a { background-color: rgb(137,133,58); }

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

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

 span { border-color: rgb(137,133,58); }

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