#85773D

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

Shades of Go Ben #85773D

Tints of Go Ben #85773D

Color information

#85773D (or 0x85773D) is unknown color: approx Go Ben. HEX triplet: 85, 77 and 3D. RGB value is (133,119,61). Sum of RGB (Red+Green+Blue) = 133+119+61=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85773D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85773D is #7A88C2. Grayscale: #747474. Windows color (decimal): -8030403 or 4028293. OLE color: 4028293.

HSL color Cylindrical-coordinate representation of color #85773D: hue angle of 48.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85773D is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13311961-
CMYK00.110.540.48
HSL48.33º37.11%38.04%-
HSV(B)48.33º54.14%52.16%-
XYZ17.1118.527.09-
YUV116.5796.64139.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 61 (24.22% from 255) = 19.49%
R=42.49%
G=38.02%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331196100.110.540.4848.3337.1138.04
Hex85773D0B3630302526
Octal205167750136660604546
Binary10000101111011111110101011110110110000110000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85773D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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