#857642

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

Shades of Go Ben #857642

Tints of Go Ben #857642

Color information

#857642 (or 0x857642) is unknown color: approx Go Ben. HEX triplet: 85, 76 and 42. RGB value is (133,118,66). Sum of RGB (Red+Green+Blue) = 133+118+66=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #857642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857642 is #7A89BD. Grayscale: #747474. Windows color (decimal): -8030654 or 4355717. OLE color: 4355717.

HSL color Cylindrical-coordinate representation of color #857642: hue angle of 46.57º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #857642 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB13311866-
CMYK00.110.500.48
HSL46.57º33.67%39.02%-
HSV(B)46.57º50.38%52.16%-
XYZ17.1318.347.79-
YUV116.5699.47139.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 118 (46.48% from 255) = 37.22%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=41.96%
G=37.22%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331186600.110.500.4846.5733.6739.02
Hex8576420B32302f2227
Octal2051661020136260574247
Binary100001011110110100001001011110010110000101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857642; }

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

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

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

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

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

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

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

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