#826B58

Color #826B58 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #826B58

Tints of Donkey Brown #826B58

Color information

#826B58 (or 0x826B58) is unknown color: approx Donkey Brown. HEX triplet: 82, 6B and 58. RGB value is (130,107,88). Sum of RGB (Red+Green+Blue) = 130+107+88=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #826B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B58 is #7D94A7. Grayscale: #6F6F6F. Windows color (decimal): -8230056 or 5794690. OLE color: 5794690.

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

Color convert

RGB13010788-
CMYK00.180.320.49
HSL27.14º19.27%42.75%-
HSV(B)27.14º32.31%50.98%-
XYZ16.2315.9711.46-
YUV111.71114.62141.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 107 (42.19% from 255) = 32.92%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=40%
G=32.92%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301078800.180.320.4927.1419.2742.75
Hex826B5801220311b132b
Octal2021531300224061332353
Binary10000010110101110110000100101000001100011101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #826B58;
 }
 .AnyTagClassName
 {
   color: #826B58;
 }
</style>
background-color css

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

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

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

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

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

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