#726D2A

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

Shades of Olivetone #726D2A

Tints of Olivetone #726D2A

Color information

#726D2A (or 0x726D2A) is unknown color: approx Olivetone. HEX triplet: 72, 6D and 2A. RGB value is (114,109,42). Sum of RGB (Red+Green+Blue) = 114+109+42=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #726D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D2A is #8D92D5. Grayscale: #676767. Windows color (decimal): -9278166 or 2780530. OLE color: 2780530.

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

Color convert

RGB11410942-
CMYK00.040.630.55
HSL55.83º46.15%30.59%-
HSV(B)55.83º63.16%44.71%-
XYZ12.8314.684.35-
YUV102.8693.66135.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=43.02%
G=41.13%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141094200.040.630.5555.8346.1530.59
Hex726D2A043F37382e1f
Octal16215552047767705637
Binary11100101101101101010010011111111011111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,109,42); }

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

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

 a { background-color: rgb(114,109,42); }

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

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

 span { border-color: rgb(114,109,42); }

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