#848580

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

Shades of Jumbo #848580

Tints of Jumbo #848580

Color information

#848580 (or 0x848580) is unknown color: approx Jumbo. HEX triplet: 84, 85 and 80. RGB value is (132,133,128). Sum of RGB (Red+Green+Blue) = 132+133+128=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 133 - color contains mainly: green. Hex color #848580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848580 is #7B7A7F. Grayscale: #848484. Windows color (decimal): -8092288 or 8422788. OLE color: 8422788.

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

Color convert

RGB132133128-
CMYK0.0100.040.48
HSL72º2.01%51.18%-
HSV(B)72º3.76%52.16%-
XYZ21.823.2423.76-
YUV132.13125.67127.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 128 (50.39% from 255) = 32.57%
R=33.59%
G=33.84%
B=32.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331280.0100.040.48722.0151.18
Hex8485801043048233
Octal20420520010460110263
Binary10000100100001011000000010100110000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848580; }

 p { color: rgb(132,133,128); }

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

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

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

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

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

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

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