#7F7163

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

Shades of Donkey Brown #7F7163

Tints of Donkey Brown #7F7163

Color information

#7F7163 (or 0x7F7163) is unknown color: approx Donkey Brown. HEX triplet: 7F, 71 and 63. RGB value is (127,113,99). Sum of RGB (Red+Green+Blue) = 127+113+99=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7163 is #808E9C. Grayscale: #737373. Windows color (decimal): -8425117 or 6517119. OLE color: 6517119.

HSL color Cylindrical-coordinate representation of color #7F7163: hue angle of 30º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F7163 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB12711399-
CMYK00.110.220.50
HSL30º12.39%44.31%-
HSV(B)30º22.05%49.8%-
XYZ16.9117.2214.24-
YUV115.59118.64136.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=37.46%
G=33.33%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271139900.110.220.503012.3944.31
Hex7F71630B16321ec2c
Octal1771611430132662361454
Binary1111111111000111000110101110110110010111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7163; }

 p { color: rgb(127,113,99); }

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

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

 a { background-color: rgb(127,113,99); }

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

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

 span { border-color: rgb(127,113,99); }

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