#71894D

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

Shades of Dingley #71894D

Tints of Dingley #71894D

Color information

#71894D (or 0x71894D) is unknown color: approx Dingley. HEX triplet: 71, 89 and 4D. RGB value is (113,137,77). Sum of RGB (Red+Green+Blue) = 113+137+77=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #71894D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71894D is #8E76B2. Grayscale: #7B7B7B. Windows color (decimal): -9336499 or 5081457. OLE color: 5081457.

HSL color Cylindrical-coordinate representation of color #71894D: hue angle of 84º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71894D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB11313777-
CMYK0.1800.440.46
HSL84º28.04%41.96%-
HSV(B)84º43.8%53.73%-
XYZ17.121.9410.35-
YUV122.98102.05120.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=34.56%
G=41.90%
B=23.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137770.1800.440.468428.0441.96
Hex71894D1202C2E541c2a
Octal16121111522054561243452
Binary1110001100010011001101100100101100101110101010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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