#85857F

Color #85857F Jumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jumbo #85857F

Tints of Jumbo #85857F

Color information

#85857F (or 0x85857F) is unknown color: approx Jumbo. HEX triplet: 85, 85 and 7F. RGB value is (133,133,127). Sum of RGB (Red+Green+Blue) = 133+133+127=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85857F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85857F is #7A7A80. Grayscale: #848484. Windows color (decimal): -8026753 or 8357253. OLE color: 8357253.

HSL color Cylindrical-coordinate representation of color #85857F: hue angle of 60º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85857F is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB133133127-
CMYK000.050.48
HSL60º2.4%50.98%-
HSV(B)60º4.51%52.16%-
XYZ21.8923.2923.42-
YUV132.32125128.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 127 (50% from 255) = 32.32%
R=33.84%
G=33.84%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133127000.050.48602.450.98
Hex85857F005303c233
Octal2052051770056074263
Binary100001011000010111111110010111000011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85857F; }

 p { color: rgb(133,133,127); }

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

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

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

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

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

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

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