#85773F

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

Shades of Go Ben #85773F

Tints of Go Ben #85773F

Color information

#85773F (or 0x85773F) is unknown color: approx Go Ben. HEX triplet: 85, 77 and 3F. RGB value is (133,119,63). Sum of RGB (Red+Green+Blue) = 133+119+63=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85773F is #7A88C0. Grayscale: #757575. Windows color (decimal): -8030401 or 4159365. OLE color: 4159365.

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

Color convert

RGB13311963-
CMYK00.110.530.48
HSL48º35.71%38.43%-
HSV(B)48º52.63%52.16%-
XYZ17.1718.547.38-
YUV116.897.64139.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 63 (25% from 255) = 20%
R=42.22%
G=37.78%
B=20%

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
Decimal1331196300.110.530.484835.7138.43
Hex85773F0B3530302426
Octal205167770136560604446
Binary10000101111011111111101011110101110000110000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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