#89705C

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

Shades of Donkey Brown #89705C

Tints of Donkey Brown #89705C

Color information

#89705C (or 0x89705C) is unknown color: approx Donkey Brown. HEX triplet: 89, 70 and 5C. RGB value is (137,112,92). Sum of RGB (Red+Green+Blue) = 137+112+92=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89705C is #768FA3. Grayscale: #757575. Windows color (decimal): -7770020 or 6058121. OLE color: 6058121.

HSL color Cylindrical-coordinate representation of color #89705C: hue angle of 26.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89705C is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13711292-
CMYK00.180.330.46
HSL26.67º19.65%44.9%-
HSV(B)26.67º32.85%53.73%-
XYZ18.0417.6812.59-
YUV117.2113.78142.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=40.18%
G=32.84%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371129200.180.330.4626.6719.6544.9
Hex89705C012212E1b142d
Octal2111601340224156332455
Binary10001001111000010111000100101000011011101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,112,92); }

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

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

 a { background-color: rgb(137,112,92); }

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

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

 span { border-color: rgb(137,112,92); }

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