Shades of Jumbo #83837A
Tints of Jumbo #83837A
RGB
CMYK
RGB Variations
Color information
#83837A (or 0x83837A) is known color: Jumbo. HEX triplet: 83, 83 and 7A. RGB value is (131,131,122). Sum of RGB (Red+Green+Blue) = 131+131+122=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83837A is #7C7C85. Grayscale: #828282. Windows color (decimal): -8158342 or 8029059. OLE color: 8029059.
HSL color Cylindrical-coordinate representation of color #83837A: hue angle of 60º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #83837A is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 122 | - |
| CMYK | 0 | 0 | 0.07 | 0.49 |
| HSL | 60º | 0.04% | 0.5% | - |
| HSV(B) | 60º | 0.07% | 0.51% | - |
| XYZ | 20.99 | 22.46 | 21.64 | - |
| YUV | 129.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 122 | 0 | 0 | 0.07 | 0.49 | 60 | 0.04 | 0.5 |
| Hex | 83 | 83 | 7A | 0 | 0 | 7 | 31 | 3C | 4 | 32 |
| Octal | 203 | 203 | 172 | 0 | 0 | 7 | 61 | 74 | 4 | 62 |
| Binary | 10000011 | 10000011 | 1111010 | 0 | 0 | 111 | 110001 | 111100 | 100 | 110010 |
Color Harmonies of #83837A
Complementary color
Monochromatic Colors of #83837A
Black with #83837A
Text Example
Text Example
White with #83837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83837A; }
p { color: rgb(131,131,122); }
H1.HeaderClassName
{
color: #83837A;
}
.AnyTagClassName
{
color: #83837A;
}
</style>
background-color css
<style>
a { background-color: #83837A; }
a { background-color: rgb(131,131,122); }
div.DivClassName
{
background-color: #83837A;
}
.BgClassName
{
background-color: #83837A;
}
</style>
border-color css
<style>
span { border-color: #83837A; }
span { border-color: rgb(131,131,122); }
td.TdClassName
{
border-color: #83837A;
}
.TagClassName
{
border-color: #83837A;
}
</style>