#736D2A

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

Shades of Olivetone #736D2A

Tints of Olivetone #736D2A

Color information

#736D2A (or 0x736D2A) is unknown color: approx Olivetone. HEX triplet: 73, 6D and 2A. RGB value is (115,109,42). Sum of RGB (Red+Green+Blue) = 115+109+42=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #736D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D2A is #8C92D5. Grayscale: #676767. Windows color (decimal): -9212630 or 2780531. OLE color: 2780531.

HSL color Cylindrical-coordinate representation of color #736D2A: hue angle of 55.07º 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 #736D2A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11510942-
CMYK00.050.630.55
HSL55.07º46.5%30.78%-
HSV(B)55.07º63.48%45.1%-
XYZ12.9614.754.35-
YUV103.1693.49136.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=43.23%
G=40.98%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151094200.050.630.5555.0746.530.78
Hex736D2A053F37372e1f
Octal16315552057767675637
Binary11100111101101101010010111111111011111011110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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