#88725D

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

Shades of Donkey Brown #88725D

Tints of Donkey Brown #88725D

Color information

#88725D (or 0x88725D) is unknown color: approx Donkey Brown. HEX triplet: 88, 72 and 5D. RGB value is (136,114,93). Sum of RGB (Red+Green+Blue) = 136+114+93=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88725D is #778DA2. Grayscale: #767676. Windows color (decimal): -7835043 or 6124168. OLE color: 6124168.

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

Color convert

RGB13611493-
CMYK00.160.320.47
HSL29.3º18.78%44.9%-
HSV(B)29.3º31.62%53.33%-
XYZ18.1518.0612.89-
YUV118.18113.79140.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.65%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=39.65%
G=33.24%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361149300.160.320.4729.318.7844.9
Hex88725D010202F1d132d
Octal2101621350204057352355
Binary10001000111001010111010100001000001011111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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