#847260

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

Shades of Donkey Brown #847260

Tints of Donkey Brown #847260

Color information

#847260 (or 0x847260) is unknown color: approx Donkey Brown. HEX triplet: 84, 72 and 60. RGB value is (132,114,96). Sum of RGB (Red+Green+Blue) = 132+114+96=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #847260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847260 is #7B8D9F. Grayscale: #757575. Windows color (decimal): -8097184 or 6320772. OLE color: 6320772.

HSL color Cylindrical-coordinate representation of color #847260: hue angle of 30º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847260 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13211496-
CMYK00.140.270.48
HSL30º15.79%44.71%-
HSV(B)30º27.27%51.76%-
XYZ17.6417.7813.57-
YUV117.33115.96138.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=38.60%
G=33.33%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321149600.140.270.483015.7944.71
Hex8472600E1B301e102d
Octal2041621400163360362055
Binary100001001110010110000001110110111100001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847260; }

 p { color: rgb(132,114,96); }

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

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

 a { background-color: rgb(132,114,96); }

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

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

 span { border-color: rgb(132,114,96); }

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