#73826D

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

Shades of Xanadu #73826D

Tints of Xanadu #73826D

Color information

#73826D (or 0x73826D) is unknown color: approx Xanadu. HEX triplet: 73, 82 and 6D. RGB value is (115,130,109). Sum of RGB (Red+Green+Blue) = 115+130+109=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #73826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73826D is #8C7D92. Grayscale: #7B7B7B. Windows color (decimal): -9207187 or 7176819. OLE color: 7176819.

HSL color Cylindrical-coordinate representation of color #73826D: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73826D is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB115130109-
CMYK0.1200.160.49
HSL102.86º8.79%46.86%-
HSV(B)102.86º16.15%50.98%-
XYZ17.8120.7117.53-
YUV123.12120.03122.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 109 (42.97% from 255) = 30.79%
R=32.49%
G=36.72%
B=30.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151301090.1200.160.49102.868.7946.86
Hex73826DC010316792f
Octal16320215514020611471157
Binary1110011100000101101101110001000011000111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,130,109); }

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

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

 a { background-color: rgb(115,130,109); }

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

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

 span { border-color: rgb(115,130,109); }

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