#857848

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

Shades of Go Ben #857848

Tints of Go Ben #857848

Color information

#857848 (or 0x857848) is unknown color: approx Go Ben. HEX triplet: 85, 78 and 48. RGB value is (133,120,72). Sum of RGB (Red+Green+Blue) = 133+120+72=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #857848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857848 is #7A87B7. Grayscale: #767676. Windows color (decimal): -8030136 or 4749445. OLE color: 4749445.

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

Color convert

RGB13312072-
CMYK00.100.460.48
HSL47.21º29.76%40.2%-
HSV(B)47.21º45.86%52.16%-
XYZ17.5618.898.85-
YUV118.42101.81138.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 72 (28.52% from 255) = 22.15%
R=40.92%
G=36.92%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331207200.100.460.4847.2129.7640.2
Hex8578480A2E302f1e28
Octal2051701100125660573650
Binary10000101111100010010000101010111011000010111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857848; }

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

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

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

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

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

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

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

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