#72836F

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

Shades of Xanadu #72836F

Tints of Xanadu #72836F

Color information

#72836F (or 0x72836F) is unknown color: approx Xanadu. HEX triplet: 72, 83 and 6F. RGB value is (114,131,111). Sum of RGB (Red+Green+Blue) = 114+131+111=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 131 - color contains mainly: green. Hex color #72836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72836F is #8D7C90. Grayscale: #7B7B7B. Windows color (decimal): -9272465 or 7308146. OLE color: 7308146.

HSL color Cylindrical-coordinate representation of color #72836F: hue angle of 111º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #72836F is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB114131111-
CMYK0.1300.150.49
HSL111º8.26%47.45%-
HSV(B)111º15.27%51.37%-
XYZ17.9220.9618.14-
YUV123.64120.87121.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 111 (43.75% from 255) = 31.18%
R=32.02%
G=36.80%
B=31.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311110.1300.150.491118.2647.45
Hex72836FD0F316f82f
Octal16220315715017611571057
Binary111001010000011110111111010111111000111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72836F; }

 p { color: rgb(114,131,111); }

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

<style>
 a { background-color: #72836F; }

 a { background-color: rgb(114,131,111); }

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

<style>
 span { border-color: #72836F; }

 span { border-color: rgb(114,131,111); }

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