#837065

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

Shades of Donkey Brown #837065

Tints of Donkey Brown #837065

Color information

#837065 (or 0x837065) is unknown color: approx Donkey Brown. HEX triplet: 83, 70 and 65. RGB value is (131,112,101). Sum of RGB (Red+Green+Blue) = 131+112+101=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #837065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837065 is #7C8F9A. Grayscale: #747474. Windows color (decimal): -8163227 or 6647939. OLE color: 6647939.

HSL color Cylindrical-coordinate representation of color #837065: hue angle of 22º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #837065 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB131112101-
CMYK00.150.230.49
HSL22º12.93%45.49%-
HSV(B)22º22.9%51.37%-
XYZ17.517.3514.74-
YUV116.43119.29138.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=38.08%
G=32.56%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111210100.150.230.492212.9345.49
Hex8370650F173116d2d
Octal2031601450172761261555
Binary10000011111000011001010111110111110001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837065; }

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

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

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

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

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

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

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

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