#726A2B

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

Shades of Olivetone #726A2B

Tints of Olivetone #726A2B

Color information

#726A2B (or 0x726A2B) is unknown color: approx Olivetone. HEX triplet: 72, 6A and 2B. RGB value is (114,106,43). Sum of RGB (Red+Green+Blue) = 114+106+43=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #726A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726A2B is #8D95D4. Grayscale: #656565. Windows color (decimal): -9278933 or 2845298. OLE color: 2845298.

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

Color convert

RGB11410643-
CMYK00.070.620.55
HSL53.24º45.22%30.78%-
HSV(B)53.24º62.28%44.71%-
XYZ12.5314.064.34-
YUV101.2195.15137.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=43.35%
G=40.30%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141064300.070.620.5553.2445.2230.78
Hex726A2B073E37352d1f
Octal16215253077667655537
Binary11100101101010101011011111111011011111010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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