Html Css Color HEX #73856E Xanadu

📋 copy color: '#73856E'

red 115 ◦ green 133 ◦ blue 110

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

Shades of Xanadu #73856E

Tints of Xanadu #73856E

RGB

 RED value IS 115 (45.31% from 255) = 32.12%

 GREEN value IS 133 (52.34% from 255) = 37.15%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 32.12%
G = 37.15%
B = 30.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#73856E (or 0x73856E) is known color: Xanadu. HEX triplet: 73, 85 and 6E. RGB value is (115,133,110). Sum of RGB (Red+Green+Blue) = 115+133+110=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #73856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73856E is #8C7A91. Grayscale: #7D7D7D. Windows color (decimal): -9206418 or 7243123. OLE color: 7243123.

HSL color Cylindrical-coordinate representation of color #73856E: hue angle of 106.96º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73856E is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 115 133 110 -
CMYK 0.14 0 0.17 0.48
HSL 106.96º 0.09% 0.48% -
HSV(B) 106.96º 0.17% 0.52% -
XYZ 18.27 21.55 17.95 -
YUV 125 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 115 133 110 0.14 0 0.17 0.48 106.96 0.09 0.48
Hex 73 85 6E E 0 11 30 6B 9 30
Octal 163 205 156 16 0 21 60 153 11 60
Binary 1110011 10000101 1101110 1110 0 10001 110000 1101011 1001 110000

Color Harmonies of #73856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73856E

Black with #73856E

Text Example


Text Example

White with #73856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,133,110); }

 H1.HeaderClassName
 {
   color: #73856E;
 }
 .AnyTagClassName
 {
   color: #73856E;
 }
</style>

background-color css

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

 a { background-color: rgb(115,133,110); }

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

border-color css

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

 span { border-color: rgb(115,133,110); }

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