#85773E

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

Shades of Go Ben #85773E

Tints of Go Ben #85773E

Color information

#85773E (or 0x85773E) is unknown color: approx Go Ben. HEX triplet: 85, 77 and 3E. RGB value is (133,119,62). Sum of RGB (Red+Green+Blue) = 133+119+62=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85773E is #7A88C1. Grayscale: #747474. Windows color (decimal): -8030402 or 4093829. OLE color: 4093829.

HSL color Cylindrical-coordinate representation of color #85773E: hue angle of 48.17º 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 #85773E is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13311962-
CMYK00.110.530.48
HSL48.17º36.41%38.24%-
HSV(B)48.17º53.38%52.16%-
XYZ17.1418.537.23-
YUV116.6997.14139.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 62 (24.61% from 255) = 19.75%
R=42.36%
G=37.90%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331196200.110.530.4848.1736.4138.24
Hex85773E0B3530302426
Octal205167760136560604446
Binary10000101111011111111001011110101110000110000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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