#736520

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

Shades of Olivetone #736520

Tints of Olivetone #736520

Color information

#736520 (or 0x736520) is unknown color: approx Olivetone. HEX triplet: 73, 65 and 20. RGB value is (115,101,32). Sum of RGB (Red+Green+Blue) = 115+101+32=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #736520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736520 is #8C9ADF. Grayscale: #616161. Windows color (decimal): -9214688 or 2123123. OLE color: 2123123.

HSL color Cylindrical-coordinate representation of color #736520: hue angle of 49.88º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #736520 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB11510132-
CMYK00.120.720.55
HSL49.88º56.46%28.82%-
HSV(B)49.88º72.17%45.1%-
XYZ11.9813.063.25-
YUV97.3291.14140.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=46.37%
G=40.73%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151013200.120.720.5549.8856.4628.82
Hex7365200C483732381d
Octal1631454001411067627035
Binary1110011110010110000001100100100011011111001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736520; }

 p { color: rgb(115,101,32); }

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

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

 a { background-color: rgb(115,101,32); }

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

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

 span { border-color: rgb(115,101,32); }

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