Shades of Jumbo #848481
Tints of Jumbo #848481
RGB
CMYK
RGB Variations
Color information
#848481 (or 0x848481) is known color: 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
| RGB | 132 | 132 | 129 | - |
| CMYK | 0 | 0 | 0.02 | 0.48 |
| HSL | 60º | 0.01% | 0.51% | - |
| HSV(B) | 60º | 0.02% | 0.52% | - |
| XYZ | 21.73 | 22.99 | 24.06 | - |
| YUV | 131.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 129 | 0 | 0 | 0.02 | 0.48 | 60 | 0.01 | 0.51 |
| Hex | 84 | 84 | 81 | 0 | 0 | 2 | 30 | 3C | 1 | 33 |
| Octal | 204 | 204 | 201 | 0 | 0 | 2 | 60 | 74 | 1 | 63 |
| Binary | 10000100 | 10000100 | 10000001 | 0 | 0 | 10 | 110000 | 111100 | 1 | 110011 |
Color Harmonies of #848481
Complementary color
Monochromatic Colors of #848481
Black with #848481
Text Example
Text Example
White with #848481
Text Example
Text Example
HTML Codes & Css Web 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>