Html Css Color HEX #826B5C Donkey Brown

📋 copy color: '#826B5C'

red 130 ◦ green 107 ◦ blue 92

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

Shades of Donkey Brown #826B5C

Tints of Donkey Brown #826B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 39.51%
G = 32.52%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#826B5C (or 0x826B5C) is known color: Donkey Brown. HEX triplet: 82, 6B and 5C. RGB value is (130,107,92). Sum of RGB (Red+Green+Blue) = 130+107+92=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B5C is #7D94A3. Grayscale: #707070. Windows color (decimal): -8230052 or 6056834. OLE color: 6056834.

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

Color convert

RGB 130 107 92 -
CMYK 0 0.18 0.29 0.49
HSL 23.68º 0.17% 0.44% -
HSV(B) 23.68º 0.29% 0.51% -
XYZ 16.4 16.03 12.36 -
YUV 112.17 116.62 140.72 -
System Red Green Blue C M Y K H S L
Decimal 130 107 92 0 0.18 0.29 0.49 23.68 0.17 0.44
Hex 82 6B 5C 0 12 1D 31 18 11 2C
Octal 202 153 134 0 22 35 61 30 21 54
Binary 10000010 1101011 1011100 0 10010 11101 110001 11000 10001 101100

Color Harmonies of #826B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B5C

Black with #826B5C

Text Example


Text Example

White with #826B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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