#736D53

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

Shades of Peat #736D53

Tints of Peat #736D53

Color information

#736D53 (or 0x736D53) is unknown color: approx Peat. HEX triplet: 73, 6D and 53. RGB value is (115,109,83). Sum of RGB (Red+Green+Blue) = 115+109+83=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #736D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D53 is #8C92AC. Grayscale: #6B6B6B. Windows color (decimal): -9212589 or 5467507. OLE color: 5467507.

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

Color convert

RGB11510983-
CMYK00.050.280.55
HSL48.75º16.16%38.82%-
HSV(B)48.75º27.83%45.1%-
XYZ14.115.2110.38-
YUV107.83113.99133.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=37.46%
G=35.50%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151098300.050.280.5548.7516.1638.82
Hex736D53051C37311027
Octal163155123053467612047
Binary11100111101101101001101011110011011111000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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