#837064

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

Shades of Donkey Brown #837064

Tints of Donkey Brown #837064

Color information

#837064 (or 0x837064) is unknown color: approx Donkey Brown. HEX triplet: 83, 70 and 64. RGB value is (131,112,100). Sum of RGB (Red+Green+Blue) = 131+112+100=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #837064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837064 is #7C8F9B. Grayscale: #747474. Windows color (decimal): -8163228 or 6582403. OLE color: 6582403.

HSL color Cylindrical-coordinate representation of color #837064: hue angle of 23.23º degrees, saturation: 0.13, 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 #837064 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB131112100-
CMYK00.150.240.49
HSL23.23º13.42%45.29%-
HSV(B)23.23º23.66%51.37%-
XYZ17.4517.3314.48-
YUV116.31118.79138.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=38.19%
G=32.65%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111210000.150.240.4923.2313.4245.29
Hex8370640F183117d2d
Octal2031601440173061271555
Binary10000011111000011001000111111000110001101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837064; }

 p { color: rgb(131,112,100); }

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

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

 a { background-color: rgb(131,112,100); }

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

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

 span { border-color: rgb(131,112,100); }

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