#756D52

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

Shades of Peat #756D52

Tints of Peat #756D52

Color information

#756D52 (or 0x756D52) is unknown color: approx Peat. HEX triplet: 75, 6D and 52. RGB value is (117,109,82). Sum of RGB (Red+Green+Blue) = 117+109+82=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D52 is #8A92AD. Grayscale: #6C6C6C. Windows color (decimal): -9081518 or 5401973. OLE color: 5401973.

HSL color Cylindrical-coordinate representation of color #756D52: hue angle of 46.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756D52 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB11710982-
CMYK00.070.300.54
HSL46.29º17.59%39.02%-
HSV(B)46.29º29.91%45.88%-
XYZ14.3315.3310.19-
YUV108.31113.15134.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=37.99%
G=35.39%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171098200.070.300.5446.2917.5939.02
Hex756D52071E362e1227
Octal165155122073666562247
Binary11101011101101101001001111111011011010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,82); }

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

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

 a { background-color: rgb(117,109,82); }

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

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

 span { border-color: rgb(117,109,82); }

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