#85763D

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

Shades of Go Ben #85763D

Tints of Go Ben #85763D

Color information

#85763D (or 0x85763D) is unknown color: approx Go Ben. HEX triplet: 85, 76 and 3D. RGB value is (133,118,61). Sum of RGB (Red+Green+Blue) = 133+118+61=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #85763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85763D is #7A89C2. Grayscale: #747474. Windows color (decimal): -8030659 or 4028037. OLE color: 4028037.

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

Color convert

RGB13311861-
CMYK00.110.540.48
HSL47.5º37.11%38.04%-
HSV(B)47.5º54.14%52.16%-
XYZ16.9918.287.05-
YUV115.9996.97140.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=42.63%
G=37.82%
B=19.55%

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
Decimal1331186100.110.540.4847.537.1138.04
Hex85763D0B36302f2526
Octal205166750136660574546
Binary10000101111011011110101011110110110000101111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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