#756C53

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

Shades of Peat #756C53

Tints of Peat #756C53

Color information

#756C53 (or 0x756C53) is unknown color: approx Peat. HEX triplet: 75, 6C and 53. RGB value is (117,108,83). Sum of RGB (Red+Green+Blue) = 117+108+83=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C53 is #8A93AC. Grayscale: #6B6B6B. Windows color (decimal): -9081773 or 5467253. OLE color: 5467253.

HSL color Cylindrical-coordinate representation of color #756C53: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756C53 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB11710883-
CMYK00.080.290.54
HSL44.12º17%39.22%-
HSV(B)44.12º29.06%45.88%-
XYZ14.2615.1310.35-
YUV107.84113.98134.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=37.99%
G=35.06%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171088300.080.290.5444.121739.22
Hex756C53081D362c1127
Octal1651541230103566542147
Binary111010111011001010011010001110111011010110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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