#857442

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

Shades of Go Ben #857442

Tints of Go Ben #857442

Color information

#857442 (or 0x857442) is unknown color: approx Go Ben. HEX triplet: 85, 74 and 42. RGB value is (133,116,66). Sum of RGB (Red+Green+Blue) = 133+116+66=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #857442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857442 is #7A8BBD. Grayscale: #737373. Windows color (decimal): -8031166 or 4355205. OLE color: 4355205.

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

Color convert

RGB13311666-
CMYK00.130.500.48
HSL44.78º33.67%39.02%-
HSV(B)44.78º50.38%52.16%-
XYZ16.917.877.71-
YUV115.38100.13140.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=42.22%
G=36.83%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331166600.130.500.4844.7833.6739.02
Hex8574420D32302d2227
Octal2051641020156260554247
Binary100001011110100100001001101110010110000101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857442; }

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

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

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

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

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

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

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

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