#736A53

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

Shades of Peat #736A53

Tints of Peat #736A53

Color information

#736A53 (or 0x736A53) is unknown color: approx Peat. HEX triplet: 73, 6A and 53. RGB value is (115,106,83). Sum of RGB (Red+Green+Blue) = 115+106+83=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #736A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A53 is #8C95AC. Grayscale: #6A6A6A. Windows color (decimal): -9213357 or 5466739. OLE color: 5466739.

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

Color convert

RGB11510683-
CMYK00.080.280.55
HSL43.12º16.16%38.82%-
HSV(B)43.12º27.83%45.1%-
XYZ13.7914.5810.27-
YUV106.07114.98134.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=37.83%
G=34.87%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151068300.080.280.5543.1216.1638.82
Hex736A53081C372b1027
Octal1631521230103467532047
Binary111001111010101010011010001110011011110101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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