#726A2C

Color #726A2C Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #726A2C

Tints of Olivetone #726A2C

Color information

#726A2C (or 0x726A2C) is unknown color: approx Olivetone. HEX triplet: 72, 6A and 2C. RGB value is (114,106,44). Sum of RGB (Red+Green+Blue) = 114+106+44=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #726A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A2C is #8D95D3. Grayscale: #656565. Windows color (decimal): -9278932 or 2910834. OLE color: 2910834.

HSL color Cylindrical-coordinate representation of color #726A2C: hue angle of 53.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #726A2C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB11410644-
CMYK00.070.610.55
HSL53.14º44.3%30.98%-
HSV(B)53.14º61.4%44.71%-
XYZ12.5514.074.44-
YUV101.3295.65137.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 106 (41.80% from 255) = 40.15%
BLUE value IS 44 (17.58% from 255) = 16.67%
R=43.18%
G=40.15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141064400.070.610.5553.1444.330.98
Hex726A2C073D37352c1f
Octal16215254077567655437
Binary11100101101010101100011111110111011111010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A2C; }

 p { color: rgb(114,106,44); }

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

<style>
 a { background-color: #726A2C; }

 a { background-color: rgb(114,106,44); }

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

<style>
 span { border-color: #726A2C; }

 span { border-color: rgb(114,106,44); }

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