#756B53

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

Shades of Peat #756B53

Tints of Peat #756B53

Color information

#756B53 (or 0x756B53) is unknown color: approx Peat. HEX triplet: 75, 6B and 53. RGB value is (117,107,83). Sum of RGB (Red+Green+Blue) = 117+107+83=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756B53 is #8A94AC. Grayscale: #6B6B6B. Windows color (decimal): -9082029 or 5466997. OLE color: 5466997.

HSL color Cylindrical-coordinate representation of color #756B53: hue angle of 42.35º 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 #756B53 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB11710783-
CMYK00.090.290.54
HSL42.35º17%39.22%-
HSV(B)42.35º29.06%45.88%-
XYZ14.1614.9210.32-
YUV107.25114.31134.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=38.11%
G=34.85%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171078300.090.290.5442.351739.22
Hex756B53091D362a1127
Octal1651531230113566522147
Binary111010111010111010011010011110111011010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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