#736D55

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

Shades of Peat #736D55

Tints of Peat #736D55

Color information

#736D55 (or 0x736D55) is unknown color: approx Peat. HEX triplet: 73, 6D and 55. RGB value is (115,109,85). Sum of RGB (Red+Green+Blue) = 115+109+85=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D55 is #8C92AA. Grayscale: #6C6C6C. Windows color (decimal): -9212587 or 5598579. OLE color: 5598579.

HSL color Cylindrical-coordinate representation of color #736D55: hue angle of 48º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #736D55 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11510985-
CMYK00.050.260.55
HSL48º15%39.22%-
HSV(B)48º26.09%45.1%-
XYZ14.1815.2410.79-
YUV108.06114.99132.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=37.22%
G=35.28%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151098500.050.260.55481539.22
Hex736D55051A3730f27
Octal163155125053267601747
Binary1110011110110110101010101110101101111100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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