Html Css Color HEX #826B55 Donkey Brown

📋 copy color: '#826B55'

red 130 ◦ green 107 ◦ blue 85

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

Shades of Donkey Brown #826B55

Tints of Donkey Brown #826B55

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 40.37%
G = 33.23%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#826B55 (or 0x826B55) is known color: Donkey Brown. HEX triplet: 82, 6B and 55. RGB value is (130,107,85). Sum of RGB (Red+Green+Blue) = 130+107+85=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #826B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B55 is #7D94AA. Grayscale: #6F6F6F. Windows color (decimal): -8230059 or 5598082. OLE color: 5598082.

HSL color Cylindrical-coordinate representation of color #826B55: hue angle of 29.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #826B55 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 107 85 -
CMYK 0 0.18 0.35 0.49
HSL 29.33º 0.21% 0.42% -
HSV(B) 29.33º 0.35% 0.51% -
XYZ 16.1 15.92 10.82 -
YUV 111.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 130 107 85 0 0.18 0.35 0.49 29.33 0.21 0.42
Hex 82 6B 55 0 12 23 31 1D 15 2A
Octal 202 153 125 0 22 43 61 35 25 52
Binary 10000010 1101011 1010101 0 10010 100011 110001 11101 10101 101010

Color Harmonies of #826B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B55

Black with #826B55

Text Example


Text Example

White with #826B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826B55; }

 p { color: rgb(130,107,85); }

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

background-color css

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

 a { background-color: rgb(130,107,85); }

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

border-color css

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

 span { border-color: rgb(130,107,85); }

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