Html Css Color HEX #827065 Donkey Brown

📋 copy color: '#827065'

red 130 ◦ green 112 ◦ blue 101

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

Shades of Donkey Brown #827065

Tints of Donkey Brown #827065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 37.9%
G = 32.65%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827065 (or 0x827065) is known color: Donkey Brown. HEX triplet: 82, 70 and 65. RGB value is (130,112,101). Sum of RGB (Red+Green+Blue) = 130+112+101=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827065 is #7D8F9A. Grayscale: #747474. Windows color (decimal): -8228763 or 6647938. OLE color: 6647938.

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

Color convert

RGB 130 112 101 -
CMYK 0 0.14 0.22 0.49
HSL 22.76º 0.13% 0.45% -
HSV(B) 22.76º 0.22% 0.51% -
XYZ 17.35 17.27 14.73 -
YUV 116.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 130 112 101 0 0.14 0.22 0.49 22.76 0.13 0.45
Hex 82 70 65 0 E 16 31 17 D 2D
Octal 202 160 145 0 16 26 61 27 15 55
Binary 10000010 1110000 1100101 0 1110 10110 110001 10111 1101 101101

Color Harmonies of #827065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827065

Black with #827065

Text Example


Text Example

White with #827065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827065; }

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

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

background-color css

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

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

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

border-color css

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

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

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