#756947

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

Shades of Go Ben #756947

Tints of Go Ben #756947

Color information

#756947 (or 0x756947) is unknown color: approx Go Ben. HEX triplet: 75, 69 and 47. RGB value is (117,105,71). Sum of RGB (Red+Green+Blue) = 117+105+71=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #756947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756947 is #8A96B8. Grayscale: #686868. Windows color (decimal): -9082553 or 4680053. OLE color: 4680053.

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

Color convert

RGB11710571-
CMYK00.100.390.54
HSL44.35º24.47%36.86%-
HSV(B)44.35º39.32%45.88%-
XYZ13.5314.348.02-
YUV104.71108.98136.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=39.93%
G=35.84%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171057100.100.390.5444.3524.4736.86
Hex7569470A27362c1825
Octal1651511070124766543045
Binary1110101110100110001110101010011111011010110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756947; }

 p { color: rgb(117,105,71); }

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

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

 a { background-color: rgb(117,105,71); }

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

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

 span { border-color: rgb(117,105,71); }

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