#736C53

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

Shades of Peat #736C53

Tints of Peat #736C53

Color information

#736C53 (or 0x736C53) is unknown color: approx Peat. HEX triplet: 73, 6C and 53. RGB value is (115,108,83). Sum of RGB (Red+Green+Blue) = 115+108+83=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #736C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C53 is #8C93AC. Grayscale: #6B6B6B. Windows color (decimal): -9212845 or 5467251. OLE color: 5467251.

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

Color convert

RGB11510883-
CMYK00.060.280.55
HSL46.88º16.16%38.82%-
HSV(B)46.88º27.83%45.1%-
XYZ13.9914.9910.34-
YUV107.24114.32133.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 108 (42.58% from 255) = 35.29%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=37.58%
G=35.29%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151088300.060.280.5546.8816.1638.82
Hex736C53061C372f1027
Octal163154123063467572047
Binary11100111101100101001101101110011011110111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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