Html Css Color HEX #827061 Donkey Brown

📋 copy color: '#827061'

red 130 ◦ green 112 ◦ blue 97

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

Shades of Donkey Brown #827061

Tints of Donkey Brown #827061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 97 (38.28% from 255) = 28.61%

R = 38.35%
G = 33.04%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827061 (or 0x827061) is known color: Donkey Brown. HEX triplet: 82, 70 and 61. RGB value is (130,112,97). Sum of RGB (Red+Green+Blue) = 130+112+97=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827061 is #7D8F9E. Grayscale: #737373. Windows color (decimal): -8228767 or 6385794. OLE color: 6385794.

HSL color Cylindrical-coordinate representation of color #827061: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827061 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 97 -
CMYK 0 0.14 0.25 0.49
HSL 27.27º 0.15% 0.45% -
HSV(B) 27.27º 0.25% 0.51% -
XYZ 17.16 17.2 13.72 -
YUV 115.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 130 112 97 0 0.14 0.25 0.49 27.27 0.15 0.45
Hex 82 70 61 0 E 19 31 1B F 2D
Octal 202 160 141 0 16 31 61 33 17 55
Binary 10000010 1110000 1100001 0 1110 11001 110001 11011 1111 101101

Color Harmonies of #827061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827061

Black with #827061

Text Example


Text Example

White with #827061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827061; }

 p { color: rgb(130,112,97); }

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

background-color css

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

 a { background-color: rgb(130,112,97); }

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

border-color css

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

 span { border-color: rgb(130,112,97); }

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