#85783C

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

Shades of Go Ben #85783C

Tints of Go Ben #85783C

Color information

#85783C (or 0x85783C) is unknown color: approx Go Ben. HEX triplet: 85, 78 and 3C. RGB value is (133,120,60). Sum of RGB (Red+Green+Blue) = 133+120+60=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #85783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85783C is #7A87C3. Grayscale: #757575. Windows color (decimal): -8030148 or 3963013. OLE color: 3963013.

HSL color Cylindrical-coordinate representation of color #85783C: hue angle of 49.32º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85783C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13312060-
CMYK00.100.550.48
HSL49.32º37.82%37.84%-
HSV(B)49.32º54.89%52.16%-
XYZ17.218.756.99-
YUV117.0595.81139.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=42.49%
G=38.34%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331206000.100.550.4849.3237.8237.84
Hex85783C0A3730312626
Octal205170740126760614646
Binary10000101111100011110001010110111110000110001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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