#736F40

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

Shades of Hemlock #736F40

Tints of Hemlock #736F40

Color information

#736F40 (or 0x736F40) is unknown color: approx Hemlock. HEX triplet: 73, 6F and 40. RGB value is (115,111,64). Sum of RGB (Red+Green+Blue) = 115+111+64=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 115 - color contains mainly: red. Hex color #736F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F40 is #8C90BF. Grayscale: #6B6B6B. Windows color (decimal): -9212096 or 4222835. OLE color: 4222835.

HSL color Cylindrical-coordinate representation of color #736F40: hue angle of 55.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #736F40 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB11511164-
CMYK00.030.440.55
HSL55.29º28.49%35.1%-
HSV(B)55.29º44.35%45.1%-
XYZ13.6815.387.1-
YUV106.84103.83133.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=39.66%
G=38.28%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151116400.030.440.5555.2928.4935.1
Hex736F40032C37371c23
Octal163157100035467673443
Binary11100111101111100000001110110011011111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,111,64); }

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

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

 a { background-color: rgb(115,111,64); }

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

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

 span { border-color: rgb(115,111,64); }

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