#736D54

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

Shades of Peat #736D54

Tints of Peat #736D54

Color information

#736D54 (or 0x736D54) is unknown color: approx Peat. HEX triplet: 73, 6D and 54. RGB value is (115,109,84). Sum of RGB (Red+Green+Blue) = 115+109+84=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D54 is #8C92AB. Grayscale: #6C6C6C. Windows color (decimal): -9212588 or 5533043. OLE color: 5533043.

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

Color convert

RGB11510984-
CMYK00.050.270.55
HSL48.39º15.58%39.02%-
HSV(B)48.39º26.96%45.1%-
XYZ14.1415.2210.58-
YUV107.94114.49133.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=37.34%
G=35.39%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151098400.050.270.5548.3915.5839.02
Hex736D54051B37301027
Octal163155124053367602047
Binary11100111101101101010001011101111011111000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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