Html Css Color HEX #826B5B Donkey Brown

📋 copy color: '#826B5B'

red 130 ◦ green 107 ◦ blue 91

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

Shades of Donkey Brown #826B5B

Tints of Donkey Brown #826B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 39.63%
G = 32.62%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#826B5B (or 0x826B5B) is known color: Donkey Brown. HEX triplet: 82, 6B and 5B. RGB value is (130,107,91). Sum of RGB (Red+Green+Blue) = 130+107+91=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B5B is #7D94A4. Grayscale: #707070. Windows color (decimal): -8230053 or 5991298. OLE color: 5991298.

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

Color convert

RGB 130 107 91 -
CMYK 0 0.18 0.30 0.49
HSL 24.62º 0.18% 0.43% -
HSV(B) 24.62º 0.3% 0.51% -
XYZ 16.35 16.02 12.13 -
YUV 112.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 130 107 91 0 0.18 0.30 0.49 24.62 0.18 0.43
Hex 82 6B 5B 0 12 1E 31 19 12 2B
Octal 202 153 133 0 22 36 61 31 22 53
Binary 10000010 1101011 1011011 0 10010 11110 110001 11001 10010 101011

Color Harmonies of #826B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B5B

Black with #826B5B

Text Example


Text Example

White with #826B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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