#85783F

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

Shades of Go Ben #85783F

Tints of Go Ben #85783F

Color information

#85783F (or 0x85783F) is unknown color: approx Go Ben. HEX triplet: 85, 78 and 3F. RGB value is (133,120,63). Sum of RGB (Red+Green+Blue) = 133+120+63=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #85783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85783F is #7A87C0. Grayscale: #757575. Windows color (decimal): -8030145 or 4159621. OLE color: 4159621.

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

Color convert

RGB13312063-
CMYK00.100.530.48
HSL48.86º35.71%38.43%-
HSV(B)48.86º52.63%52.16%-
XYZ17.2918.787.42-
YUV117.3997.31139.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 120 (47.27% from 255) = 37.97%
BLUE value IS 63 (25% from 255) = 19.94%
R=42.09%
G=37.97%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331206300.100.530.4848.8635.7138.43
Hex85783F0A3530312426
Octal205170770126560614446
Binary10000101111100011111101010110101110000110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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