#757249

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

Shades of Go Ben #757249

Tints of Go Ben #757249

Color information

#757249 (or 0x757249) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 49. RGB value is (117,114,73). Sum of RGB (Red+Green+Blue) = 117+114+73=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #757249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757249 is #8A8DB6. Grayscale: #6E6E6E. Windows color (decimal): -9080247 or 4813429. OLE color: 4813429.

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

Color convert

RGB11711473-
CMYK00.030.380.54
HSL55.91º23.16%37.25%-
HSV(B)55.91º37.61%45.88%-
XYZ14.5616.38.68-
YUV110.22106.99132.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=38.49%
G=37.5%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171147300.030.380.5455.9123.1637.25
Hex757249032636381725
Octal165162111034666702745
Binary11101011110010100100101110011011011011100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757249; }

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

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

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

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

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

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

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

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