Html Css Color HEX #827062 Donkey Brown

📋 copy color: '#827062'

red 130 ◦ green 112 ◦ blue 98

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

Shades of Donkey Brown #827062

Tints of Donkey Brown #827062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 38.24%
G = 32.94%
B = 28.82%

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

#827062 (or 0x827062) is known color: Donkey Brown. HEX triplet: 82, 70 and 62. RGB value is (130,112,98). Sum of RGB (Red+Green+Blue) = 130+112+98=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827062 is #7D8F9D. Grayscale: #737373. Windows color (decimal): -8228766 or 6451330. OLE color: 6451330.

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

Color convert

RGB 130 112 98 -
CMYK 0 0.14 0.25 0.49
HSL 26.25º 0.14% 0.45% -
HSV(B) 26.25º 0.25% 0.51% -
XYZ 17.2 17.22 13.97 -
YUV 115.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 130 112 98 0 0.14 0.25 0.49 26.25 0.14 0.45
Hex 82 70 62 0 E 19 31 1A E 2D
Octal 202 160 142 0 16 31 61 32 16 55
Binary 10000010 1110000 1100010 0 1110 11001 110001 11010 1110 101101

Color Harmonies of #827062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827062

Black with #827062

Text Example


Text Example

White with #827062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827062; }

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

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

background-color css

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

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

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

border-color css

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

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

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