Html Css Color HEX #837065 Donkey Brown

📋 copy color: '#837065'

red 131 ◦ green 112 ◦ blue 101

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

Shades of Donkey Brown #837065

Tints of Donkey Brown #837065

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 value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#837065 (or 0x837065) is known color: 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

RGB 131 112 101 -
CMYK 0 0.15 0.23 0.49
HSL 22º 0.13% 0.45% -
HSV(B) 22º 0.23% 0.51% -
XYZ 17.5 17.35 14.74 -
YUV 116.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 131 112 101 0 0.15 0.23 0.49 22 0.13 0.45
Hex 83 70 65 0 F 17 31 16 D 2D
Octal 203 160 145 0 17 27 61 26 15 55
Binary 10000011 1110000 1100101 0 1111 10111 110001 10110 1101 101101

Color Harmonies of #837065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837065

Black with #837065

Text Example


Text Example

White with #837065

Text Example


Text Example

HTML Codes & Css Web 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>