#847064

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

Shades of Donkey Brown #847064

Tints of Donkey Brown #847064

Color information

#847064 (or 0x847064) is unknown color: approx Donkey Brown. HEX triplet: 84, 70 and 64. RGB value is (132,112,100). Sum of RGB (Red+Green+Blue) = 132+112+100=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #847064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847064 is #7B8F9B. Grayscale: #747474. Windows color (decimal): -8097692 or 6582404. OLE color: 6582404.

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

Color convert

RGB132112100-
CMYK00.150.240.48
HSL22.5º13.79%45.49%-
HSV(B)22.5º24.24%51.76%-
XYZ17.6117.4114.49-
YUV116.61118.63138.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=38.37%
G=32.56%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211210000.150.240.4822.513.7945.49
Hex8470640F183016e2d
Octal2041601440173060261655
Binary10000100111000011001000111111000110000101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847064; }

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

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

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

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

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

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

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

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