#73816B

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

Shades of Xanadu #73816B

Tints of Xanadu #73816B

Color information

#73816B (or 0x73816B) is unknown color: approx Xanadu. HEX triplet: 73, 81 and 6B. RGB value is (115,129,107). Sum of RGB (Red+Green+Blue) = 115+129+107=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 129 - color contains mainly: green. Hex color #73816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73816B is #8C7E94. Grayscale: #7A7A7A. Windows color (decimal): -9207445 or 7045491. OLE color: 7045491.

HSL color Cylindrical-coordinate representation of color #73816B: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73816B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB115129107-
CMYK0.1100.170.49
HSL98.18º9.32%46.27%-
HSV(B)98.18º17.05%50.59%-
XYZ17.5720.4116.92-
YUV122.31119.36122.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=32.76%
G=36.75%
B=30.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291070.1100.170.4998.189.3246.27
Hex73816BB011316292e
Octal16320115313021611421156
Binary1110011100000011101011101101000111000111000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73816B; }

 p { color: rgb(115,129,107); }

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

<style>
 a { background-color: #73816B; }

 a { background-color: rgb(115,129,107); }

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

<style>
 span { border-color: #73816B; }

 span { border-color: rgb(115,129,107); }

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