#757248

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

Shades of Go Ben #757248

Tints of Go Ben #757248

Color information

#757248 (or 0x757248) is unknown color: approx Go Ben. HEX triplet: 75, 72 and 48. RGB value is (117,114,72). Sum of RGB (Red+Green+Blue) = 117+114+72=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #757248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757248 is #8A8DB7. Grayscale: #6E6E6E. Windows color (decimal): -9080248 or 4747893. OLE color: 4747893.

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

Color convert

RGB11711472-
CMYK00.030.380.54
HSL56º23.81%37.06%-
HSV(B)56º38.46%45.88%-
XYZ14.5216.288.51-
YUV110.11106.49132.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=38.61%
G=37.62%
B=23.76%

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
Decimal1171147200.030.380.545623.8137.06
Hex757248032636381825
Octal165162110034666703045
Binary11101011110010100100001110011011011011100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757248; }

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

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

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

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

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

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

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

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