#848481

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

Shades of Jumbo #848481

Tints of Jumbo #848481

Color information

#848481 (or 0x848481) is unknown color: approx Jumbo. HEX triplet: 84, 84 and 81. RGB value is (132,132,129). Sum of RGB (Red+Green+Blue) = 132+132+129=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848481 is #7B7B7E. Grayscale: #838383. Windows color (decimal): -8092543 or 8488068. OLE color: 8488068.

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

Color convert

RGB132132129-
CMYK000.020.48
HSL60º1.2%51.18%-
HSV(B)60º2.27%51.76%-
XYZ21.7322.9924.06-
YUV131.66126.5128.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=33.59%
G=33.59%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132129000.020.48601.251.18
Hex848481002303c133
Octal2042042010026074163
Binary10000100100001001000000100101100001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848481; }

 p { color: rgb(132,132,129); }

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

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

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

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

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

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

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