#736B52

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

Shades of Peat #736B52

Tints of Peat #736B52

Color information

#736B52 (or 0x736B52) is unknown color: approx Peat. HEX triplet: 73, 6B and 52. RGB value is (115,107,82). Sum of RGB (Red+Green+Blue) = 115+107+82=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #736B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B52 is #8C94AD. Grayscale: #6A6A6A. Windows color (decimal): -9213102 or 5401459. OLE color: 5401459.

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

Color convert

RGB11510782-
CMYK00.070.290.55
HSL45.45º16.75%38.63%-
HSV(B)45.45º28.7%45.1%-
XYZ13.8514.7710.1-
YUV106.54114.15134.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=37.83%
G=35.20%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151078200.070.290.5545.4516.7538.63
Hex736B52071D372d1127
Octal163153122073567552147
Binary11100111101011101001001111110111011110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,107,82); }

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

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

 a { background-color: rgb(115,107,82); }

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

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

 span { border-color: rgb(115,107,82); }

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