Html Css Color HEX #826E5C Donkey Brown

📋 copy color: '#826E5C'

red 130 ◦ green 110 ◦ blue 92

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

Shades of Donkey Brown #826E5C

Tints of Donkey Brown #826E5C

RGB

 RED value IS 130 (51.17% from 255) = 39.16%

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 39.16%
G = 33.13%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#826E5C (or 0x826E5C) is known color: Donkey Brown. HEX triplet: 82, 6E and 5C. RGB value is (130,110,92). Sum of RGB (Red+Green+Blue) = 130+110+92=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E5C is #7D91A3. Grayscale: #727272. Windows color (decimal): -8229284 or 6057602. OLE color: 6057602.

HSL color Cylindrical-coordinate representation of color #826E5C: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #826E5C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 92 -
CMYK 0 0.15 0.29 0.49
HSL 28.42º 0.17% 0.44% -
HSV(B) 28.42º 0.29% 0.51% -
XYZ 16.71 16.67 12.46 -
YUV 113.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 130 110 92 0 0.15 0.29 0.49 28.42 0.17 0.44
Hex 82 6E 5C 0 F 1D 31 1C 11 2C
Octal 202 156 134 0 17 35 61 34 21 54
Binary 10000010 1101110 1011100 0 1111 11101 110001 11100 10001 101100

Color Harmonies of #826E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E5C

Black with #826E5C

Text Example


Text Example

White with #826E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826E5C; }

 p { color: rgb(130,110,92); }

 H1.HeaderClassName
 {
   color: #826E5C;
 }
 .AnyTagClassName
 {
   color: #826E5C;
 }
</style>

background-color css

<style>
 a { background-color: #826E5C; }

 a { background-color: rgb(130,110,92); }

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

border-color css

<style>
 span { border-color: #826E5C; }

 span { border-color: rgb(130,110,92); }

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