Html Css Color HEX #71856D Xanadu

📋 copy color: '#71856D'

red 113 ◦ green 133 ◦ blue 109

#71856D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #71856D

Tints of Xanadu #71856D

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.7%

R = 31.83%
G = 37.46%
B = 30.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#71856D (or 0x71856D) is known color: 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

RGB 113 133 109 -
CMYK 0.15 0 0.18 0.48
HSL 110º 0.1% 0.47% -
HSV(B) 110º 0.18% 0.52% -
XYZ 17.96 21.39 17.65 -
YUV 124.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 113 133 109 0.15 0 0.18 0.48 110 0.1 0.47
Hex 71 85 6D F 0 12 30 6E A 2F
Octal 161 205 155 17 0 22 60 156 12 57
Binary 1110001 10000101 1101101 1111 0 10010 110000 1101110 1010 101111

Color Harmonies of #71856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71856D

Black with #71856D

Text Example


Text Example

White with #71856D

Text Example


Text Example

HTML Codes & Css Web 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>