#757053

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

Shades of Peat #757053

Tints of Peat #757053

Color information

#757053 (or 0x757053) is unknown color: approx Peat. HEX triplet: 75, 70 and 53. RGB value is (117,112,83). Sum of RGB (Red+Green+Blue) = 117+112+83=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #757053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757053 is #8A8FAC. Grayscale: #6E6E6E. Windows color (decimal): -9080749 or 5468277. OLE color: 5468277.

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

Color convert

RGB11711283-
CMYK00.040.290.54
HSL51.18º17%39.22%-
HSV(B)51.18º29.06%45.88%-
XYZ14.6915.9910.5-
YUV110.19112.66132.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 83 (32.81% from 255) = 26.60%
R=37.5%
G=35.90%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171128300.040.290.5451.181739.22
Hex757053041D36331127
Octal165160123043566632147
Binary11101011110000101001101001110111011011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757053; }

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

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

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

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

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

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

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

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