Html Css Color HEX #827063 Donkey Brown

📋 copy color: '#827063'

red 130 ◦ green 112 ◦ blue 99

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

Shades of Donkey Brown #827063

Tints of Donkey Brown #827063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 38.12%
G = 32.84%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#827063 (or 0x827063) is known color: Donkey Brown. HEX triplet: 82, 70 and 63. RGB value is (130,112,99). Sum of RGB (Red+Green+Blue) = 130+112+99=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827063 is #7D8F9C. Grayscale: #737373. Windows color (decimal): -8228765 or 6516866. OLE color: 6516866.

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

Color convert

RGB 130 112 99 -
CMYK 0 0.14 0.24 0.49
HSL 25.16º 0.14% 0.45% -
HSV(B) 25.16º 0.24% 0.51% -
XYZ 17.25 17.24 14.22 -
YUV 115.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 130 112 99 0 0.14 0.24 0.49 25.16 0.14 0.45
Hex 82 70 63 0 E 18 31 19 E 2D
Octal 202 160 143 0 16 30 61 31 16 55
Binary 10000010 1110000 1100011 0 1110 11000 110001 11001 1110 101101

Color Harmonies of #827063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827063

Black with #827063

Text Example


Text Example

White with #827063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827063; }

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

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

background-color css

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

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

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

border-color css

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

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

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