#71856D

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

Shades of Xanadu #71856D

Tints of Xanadu #71856D

Color information

#71856D (or 0x71856D) is unknown color: approx Xanadu. HEX triplet: 71, 85 and 6D. RGB value is (113,133,109). Sum of RGB (Red+Green+Blue) = 113+133+109=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #71856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71856D is #8E7A92. Grayscale: #7C7C7C. Windows color (decimal): -9337491 or 7177585. OLE color: 7177585.

HSL color Cylindrical-coordinate representation of color #71856D: hue angle of 110º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71856D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB113133109-
CMYK0.1500.180.48
HSL110º9.92%47.45%-
HSV(B)110º18.05%52.16%-
XYZ17.9621.3917.65-
YUV124.28119.37119.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=31.83%
G=37.46%
B=30.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131331090.1500.180.481109.9247.45
Hex71856DF012306ea2f
Octal16120515517022601561257
Binary1110001100001011101101111101001011000011011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,133,109); }

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

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

 a { background-color: rgb(113,133,109); }

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

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

 span { border-color: rgb(113,133,109); }

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