Html Css Color HEX #8A725D Donkey Brown

📋 copy color: '#8A725D'

red 138 ◦ green 114 ◦ blue 93

#8A725D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #8A725D

Tints of Donkey Brown #8A725D

RGB

 RED value IS 138 (54.3% from 255) = 40%

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 40%
G = 33.04%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A725D (or 0x8A725D) is known color: Donkey Brown. HEX triplet: 8A, 72 and 5D. RGB value is (138,114,93). Sum of RGB (Red+Green+Blue) = 138+114+93=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A725D is #758DA2. Grayscale: #767676. Windows color (decimal): -7703971 or 6124170. OLE color: 6124170.

HSL color Cylindrical-coordinate representation of color #8A725D: hue angle of 28º degrees, saturation: 0.19, 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 #8A725D is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 114 93 -
CMYK 0 0.17 0.33 0.46
HSL 28º 0.19% 0.45% -
HSV(B) 28º 0.33% 0.54% -
XYZ 18.47 18.23 12.9 -
YUV 118.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 138 114 93 0 0.17 0.33 0.46 28 0.19 0.45
Hex 8A 72 5D 0 11 21 2E 1C 13 2D
Octal 212 162 135 0 21 41 56 34 23 55
Binary 10001010 1110010 1011101 0 10001 100001 101110 11100 10011 101101

Color Harmonies of #8A725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A725D

Black with #8A725D

Text Example


Text Example

White with #8A725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A725D; }

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

 H1.HeaderClassName
 {
   color: #8A725D;
 }
 .AnyTagClassName
 {
   color: #8A725D;
 }
</style>

background-color css

<style>
 a { background-color: #8A725D; }

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

 div.DivClassName
 {
   background-color: #8A725D;
 }
 .BgClassName
 {
   background-color: #8A725D;
 }
</style>

border-color css

<style>
 span { border-color: #8A725D; }

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

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