#75713F

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

Shades of Go Ben #75713F

Tints of Go Ben #75713F

Color information

#75713F (or 0x75713F) is unknown color: approx Go Ben. HEX triplet: 75, 71 and 3F. RGB value is (117,113,63). Sum of RGB (Red+Green+Blue) = 117+113+63=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75713F is #8A8EC0. Grayscale: #6C6C6C. Windows color (decimal): -9080513 or 4157813. OLE color: 4157813.

HSL color Cylindrical-coordinate representation of color #75713F: hue angle of 55.56º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75713F is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB11711363-
CMYK00.030.460.54
HSL55.56º30%35.29%-
HSV(B)55.56º46.15%45.88%-
XYZ14.1415.957.04-
YUV108.5102.33134.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 63 (25% from 255) = 21.50%
R=39.93%
G=38.57%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171136300.030.460.5455.563035.29
Hex75713F032E36381e23
Octal16516177035666703643
Binary1110101111000111111101110111011011011100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75713F; }

 p { color: rgb(117,113,63); }

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

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

 a { background-color: rgb(117,113,63); }

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

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

 span { border-color: rgb(117,113,63); }

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