#736F55

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

Shades of Peat #736F55

Tints of Peat #736F55

Color information

#736F55 (or 0x736F55) is unknown color: approx Peat. HEX triplet: 73, 6F and 55. RGB value is (115,111,85). Sum of RGB (Red+Green+Blue) = 115+111+85=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #736F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F55 is #8C90AA. Grayscale: #6D6D6D. Windows color (decimal): -9212075 or 5599091. OLE color: 5599091.

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

Color convert

RGB11511185-
CMYK00.030.260.55
HSL52º15%39.22%-
HSV(B)52º26.09%45.1%-
XYZ14.3915.6710.86-
YUV109.23114.33132.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=36.98%
G=35.69%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151118500.030.260.55521539.22
Hex736F55031A3734f27
Octal163157125033267641747
Binary111001111011111010101011110101101111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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