#857C45

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

Shades of Go Ben #857C45

Tints of Go Ben #857C45

Color information

#857C45 (or 0x857C45) is unknown color: approx Go Ben. HEX triplet: 85, 7C and 45. RGB value is (133,124,69). Sum of RGB (Red+Green+Blue) = 133+124+69=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #857C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C45 is #7A83BA. Grayscale: #787878. Windows color (decimal): -8029115 or 4553861. OLE color: 4553861.

HSL color Cylindrical-coordinate representation of color #857C45: hue angle of 51.56º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #857C45 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13312469-
CMYK00.070.480.48
HSL51.56º31.68%39.61%-
HSV(B)51.56º48.12%52.16%-
XYZ17.9519.838.51-
YUV120.4298.98136.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=40.80%
G=38.04%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331246900.070.480.4851.5631.6839.61
Hex857C45073030342028
Octal205174105076060644050
Binary10000101111110010001010111110000110000110100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857C45; }

 p { color: rgb(133,124,69); }

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

<style>
 a { background-color: #857C45; }

 a { background-color: rgb(133,124,69); }

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

<style>
 span { border-color: #857C45; }

 span { border-color: rgb(133,124,69); }

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