#71884D

Color #71884D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #71884D

Tints of Dingley #71884D

Color information

#71884D (or 0x71884D) is unknown color: approx Dingley. HEX triplet: 71, 88 and 4D. RGB value is (113,136,77). Sum of RGB (Red+Green+Blue) = 113+136+77=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #71884D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71884D is #8E77B2. Grayscale: #7A7A7A. Windows color (decimal): -9336755 or 5081201. OLE color: 5081201.

HSL color Cylindrical-coordinate representation of color #71884D: hue angle of 83.39º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71884D is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB11313677-
CMYK0.1700.430.47
HSL83.39º27.7%41.76%-
HSV(B)83.39º43.38%53.33%-
XYZ16.9521.6510.31-
YUV122.4102.38121.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=34.66%
G=41.72%
B=23.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113136770.1700.430.4783.3927.741.76
Hex71884D1102B2F531c2a
Octal16121011521053571233452
Binary1110001100010001001101100010101011101111101001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71884D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71884D; }

 p { color: rgb(113,136,77); }

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

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

 a { background-color: rgb(113,136,77); }

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

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

 span { border-color: rgb(113,136,77); }

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