#857542

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

Shades of Go Ben #857542

Tints of Go Ben #857542

Color information

#857542 (or 0x857542) is unknown color: approx Go Ben. HEX triplet: 85, 75 and 42. RGB value is (133,117,66). Sum of RGB (Red+Green+Blue) = 133+117+66=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #857542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857542 is #7A8ABD. Grayscale: #747474. Windows color (decimal): -8030910 or 4355461. OLE color: 4355461.

HSL color Cylindrical-coordinate representation of color #857542: hue angle of 45.67º 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 #857542 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB13311766-
CMYK00.120.500.48
HSL45.67º33.67%39.02%-
HSV(B)45.67º50.38%52.16%-
XYZ17.0218.17.75-
YUV115.9799.8140.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=42.09%
G=37.03%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331176600.120.500.4845.6733.6739.02
Hex8575420C32302e2227
Octal2051651020146260564247
Binary100001011110101100001001100110010110000101110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857542; }

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

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

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

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

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

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

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

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