#85743D

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

Shades of Go Ben #85743D

Tints of Go Ben #85743D

Color information

#85743D (or 0x85743D) is unknown color: approx Go Ben. HEX triplet: 85, 74 and 3D. RGB value is (133,116,61). Sum of RGB (Red+Green+Blue) = 133+116+61=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #85743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85743D is #7A8BC2. Grayscale: #737373. Windows color (decimal): -8031171 or 4027525. OLE color: 4027525.

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

Color convert

RGB13311661-
CMYK00.130.540.48
HSL45.83º37.11%38.04%-
HSV(B)45.83º54.14%52.16%-
XYZ16.7617.816.97-
YUV114.8197.63140.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=42.90%
G=37.42%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331166100.130.540.4845.8337.1138.04
Hex85743D0D36302e2526
Octal205164750156660564546
Binary10000101111010011110101101110110110000101110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85743D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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