#757049

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

Shades of Go Ben #757049

Tints of Go Ben #757049

Color information

#757049 (or 0x757049) is unknown color: approx Go Ben. HEX triplet: 75, 70 and 49. RGB value is (117,112,73). Sum of RGB (Red+Green+Blue) = 117+112+73=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #757049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757049 is #8A8FB6. Grayscale: #6D6D6D. Windows color (decimal): -9080759 or 4812917. OLE color: 4812917.

HSL color Cylindrical-coordinate representation of color #757049: hue angle of 53.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757049 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB11711273-
CMYK00.040.380.54
HSL53.18º23.16%37.25%-
HSV(B)53.18º37.61%45.88%-
XYZ14.3315.858.61-
YUV109.05107.66133.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=38.74%
G=37.09%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171127300.040.380.5453.1823.1637.25
Hex757049042636351725
Octal165160111044666652745
Binary111010111100001001001010010011011011011010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757049; }

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

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

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

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

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

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

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

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