Html Css Color HEX #827161 Donkey Brown

📋 copy color: '#827161'

red 130 ◦ green 113 ◦ blue 97

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

Shades of Donkey Brown #827161

Tints of Donkey Brown #827161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

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

R = 38.24%
G = 33.24%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827161 (or 0x827161) is known color: Donkey Brown. HEX triplet: 82, 71 and 61. RGB value is (130,113,97). Sum of RGB (Red+Green+Blue) = 130+113+97=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827161 is #7D8E9E. Grayscale: #747474. Windows color (decimal): -8228511 or 6386050. OLE color: 6386050.

HSL color Cylindrical-coordinate representation of color #827161: hue angle of 29.09º 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 #827161 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 97 -
CMYK 0 0.13 0.25 0.49
HSL 29.09º 0.15% 0.45% -
HSV(B) 29.09º 0.25% 0.51% -
XYZ 17.27 17.42 13.76 -
YUV 116.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 130 113 97 0 0.13 0.25 0.49 29.09 0.15 0.45
Hex 82 71 61 0 D 19 31 1D F 2D
Octal 202 161 141 0 15 31 61 35 17 55
Binary 10000010 1110001 1100001 0 1101 11001 110001 11101 1111 101101

Color Harmonies of #827161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827161

Black with #827161

Text Example


Text Example

White with #827161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827161; }

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

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

background-color css

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

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

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

border-color css

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

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

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