#71894E

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

Shades of Dingley #71894E

Tints of Dingley #71894E

Color information

#71894E (or 0x71894E) is unknown color: approx Dingley. HEX triplet: 71, 89 and 4E. RGB value is (113,137,78). Sum of RGB (Red+Green+Blue) = 113+137+78=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #71894E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71894E is #8E76B1. Grayscale: #7B7B7B. Windows color (decimal): -9336498 or 5146993. OLE color: 5146993.

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

Color convert

RGB11313778-
CMYK0.1800.430.46
HSL84.41º27.44%42.16%-
HSV(B)84.41º43.07%53.73%-
XYZ17.1321.9510.54-
YUV123.1102.55120.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 78 (30.86% from 255) = 23.78%
R=34.45%
G=41.77%
B=23.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137780.1800.430.4684.4127.4442.16
Hex71894E1202B2E541b2a
Octal16121111622053561243352
Binary1110001100010011001110100100101011101110101010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71894E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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