#736E55

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

Shades of Peat #736E55

Tints of Peat #736E55

Color information

#736E55 (or 0x736E55) is unknown color: approx Peat. HEX triplet: 73, 6E and 55. RGB value is (115,110,85). Sum of RGB (Red+Green+Blue) = 115+110+85=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #736E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E55 is #8C91AA. Grayscale: #6C6C6C. Windows color (decimal): -9212331 or 5598835. OLE color: 5598835.

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

Color convert

RGB11511085-
CMYK00.040.260.55
HSL50º15%39.22%-
HSV(B)50º26.09%45.1%-
XYZ14.2915.4510.82-
YUV108.64114.66132.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=37.10%
G=35.48%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151108500.040.260.55501539.22
Hex736E55041A3732f27
Octal163156125043267621747
Binary1110011110111010101010100110101101111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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