#88725E

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

Shades of Donkey Brown #88725E

Tints of Donkey Brown #88725E

Color information

#88725E (or 0x88725E) is unknown color: approx Donkey Brown. HEX triplet: 88, 72 and 5E. RGB value is (136,114,94). Sum of RGB (Red+Green+Blue) = 136+114+94=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88725E is #778DA1. Grayscale: #767676. Windows color (decimal): -7835042 or 6189704. OLE color: 6189704.

HSL color Cylindrical-coordinate representation of color #88725E: hue angle of 28.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88725E is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB13611494-
CMYK00.160.310.47
HSL28.57º18.26%45.1%-
HSV(B)28.57º30.88%53.33%-
XYZ18.1918.0813.12-
YUV118.3114.29140.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.53%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=39.53%
G=33.14%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361149400.160.310.4728.5718.2645.1
Hex88725E0101F2F1d122d
Octal2101621360203757352255
Binary1000100011100101011110010000111111011111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88725E; }

 p { color: rgb(136,114,94); }

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

<style>
 a { background-color: #88725E; }

 a { background-color: rgb(136,114,94); }

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

<style>
 span { border-color: #88725E; }

 span { border-color: rgb(136,114,94); }

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