#85753E

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

Shades of Go Ben #85753E

Tints of Go Ben #85753E

Color information

#85753E (or 0x85753E) is unknown color: approx Go Ben. HEX triplet: 85, 75 and 3E. RGB value is (133,117,62). Sum of RGB (Red+Green+Blue) = 133+117+62=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85753E is #7A8AC1. Grayscale: #737373. Windows color (decimal): -8030914 or 4093317. OLE color: 4093317.

HSL color Cylindrical-coordinate representation of color #85753E: hue angle of 46.48º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85753E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13311762-
CMYK00.120.530.48
HSL46.48º36.41%38.24%-
HSV(B)46.48º53.38%52.16%-
XYZ16.918.067.15-
YUV115.5197.8140.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 62 (24.61% from 255) = 19.87%
R=42.63%
G=37.5%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331176200.120.530.4846.4836.4138.24
Hex85753E0C35302e2426
Octal205165760146560564446
Binary10000101111010111111001100110101110000101110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85753E; }

 p { color: rgb(133,117,62); }

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

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

 a { background-color: rgb(133,117,62); }

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

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

 span { border-color: rgb(133,117,62); }

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