#736E2A

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

Shades of Olivetone #736E2A

Tints of Olivetone #736E2A

Color information

#736E2A (or 0x736E2A) is unknown color: approx Olivetone. HEX triplet: 73, 6E and 2A. RGB value is (115,110,42). Sum of RGB (Red+Green+Blue) = 115+110+42=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #736E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E2A is #8C91D5. Grayscale: #686868. Windows color (decimal): -9212374 or 2780787. OLE color: 2780787.

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

Color convert

RGB11511042-
CMYK00.040.630.55
HSL55.89º46.5%30.78%-
HSV(B)55.89º63.48%45.1%-
XYZ13.0614.964.39-
YUV103.7493.16136.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=43.07%
G=41.20%
B=15.73%

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
Decimal1151104200.040.630.5555.8946.530.78
Hex736E2A043F37382e1f
Octal16315652047767705637
Binary11100111101110101010010011111111011111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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