Html Css Color HEX #826E5F Donkey Brown

📋 copy color: '#826E5F'

red 130 ◦ green 110 ◦ blue 95

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

Shades of Donkey Brown #826E5F

Tints of Donkey Brown #826E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 38.81%
G = 32.84%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#826E5F (or 0x826E5F) is known color: Donkey Brown. HEX triplet: 82, 6E and 5F. RGB value is (130,110,95). Sum of RGB (Red+Green+Blue) = 130+110+95=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #826E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E5F is #7D91A0. Grayscale: #727272. Windows color (decimal): -8229281 or 6254210. OLE color: 6254210.

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

Color convert

RGB 130 110 95 -
CMYK 0 0.15 0.27 0.49
HSL 25.71º 0.16% 0.44% -
HSV(B) 25.71º 0.27% 0.51% -
XYZ 16.85 16.72 13.17 -
YUV 114.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 130 110 95 0 0.15 0.27 0.49 25.71 0.16 0.44
Hex 82 6E 5F 0 F 1B 31 1A 10 2C
Octal 202 156 137 0 17 33 61 32 20 54
Binary 10000010 1101110 1011111 0 1111 11011 110001 11010 10000 101100

Color Harmonies of #826E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E5F

Black with #826E5F

Text Example


Text Example

White with #826E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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