Html Css Color HEX #827261 Donkey Brown

📋 copy color: '#827261'

red 130 ◦ green 114 ◦ blue 97

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

Shades of Donkey Brown #827261

Tints of Donkey Brown #827261

RGB

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

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

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

R = 38.12%
G = 33.43%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827261 (or 0x827261) is known color: Donkey Brown. HEX triplet: 82, 72 and 61. RGB value is (130,114,97). Sum of RGB (Red+Green+Blue) = 130+114+97=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827261 is #7D8D9E. Grayscale: #747474. Windows color (decimal): -8228255 or 6386306. OLE color: 6386306.

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

Color convert

RGB 130 114 97 -
CMYK 0 0.12 0.25 0.49
HSL 30.91º 0.15% 0.45% -
HSV(B) 30.91º 0.25% 0.51% -
XYZ 17.38 17.64 13.8 -
YUV 116.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 130 114 97 0 0.12 0.25 0.49 30.91 0.15 0.45
Hex 82 72 61 0 C 19 31 1F F 2D
Octal 202 162 141 0 14 31 61 37 17 55
Binary 10000010 1110010 1100001 0 1100 11001 110001 11111 1111 101101

Color Harmonies of #827261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827261

Black with #827261

Text Example


Text Example

White with #827261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827261; }

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

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

background-color css

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

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

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

border-color css

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

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

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