Html Css Color HEX #827260 Donkey Brown

📋 copy color: '#827260'

red 130 ◦ green 114 ◦ blue 96

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

Shades of Donkey Brown #827260

Tints of Donkey Brown #827260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.24%

R = 38.24%
G = 33.53%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#827260 (or 0x827260) is known color: Donkey Brown. HEX triplet: 82, 72 and 60. RGB value is (130,114,96). Sum of RGB (Red+Green+Blue) = 130+114+96=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827260 is #7D8D9F. Grayscale: #747474. Windows color (decimal): -8228256 or 6320770. OLE color: 6320770.

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

Color convert

RGB 130 114 96 -
CMYK 0 0.12 0.26 0.49
HSL 31.76º 0.15% 0.44% -
HSV(B) 31.76º 0.26% 0.51% -
XYZ 17.33 17.62 13.55 -
YUV 116.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 130 114 96 0 0.12 0.26 0.49 31.76 0.15 0.44
Hex 82 72 60 0 C 1A 31 20 F 2C
Octal 202 162 140 0 14 32 61 40 17 54
Binary 10000010 1110010 1100000 0 1100 11010 110001 100000 1111 101100

Color Harmonies of #827260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827260

Black with #827260

Text Example


Text Example

White with #827260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827260; }

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

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

background-color css

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

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

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

border-color css

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

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

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