#83837F

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

Shades of Jumbo #83837F

Tints of Jumbo #83837F

Color information

#83837F (or 0x83837F) is unknown color: approx Jumbo. HEX triplet: 83, 83 and 7F. RGB value is (131,131,127). Sum of RGB (Red+Green+Blue) = 131+131+127=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 131 - color contains mainly: red, green. Hex color #83837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83837F is #7C7C80. Grayscale: #828282. Windows color (decimal): -8158337 or 8356739. OLE color: 8356739.

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

Color convert

RGB131131127-
CMYK000.030.49
HSL60º1.59%50.59%-
HSV(B)60º3.05%51.37%-
XYZ21.3122.5923.32-
YUV130.54126128.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 127 (50% from 255) = 32.65%
R=33.68%
G=33.68%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131131127000.030.49601.5950.59
Hex83837F003313c233
Octal2032031770036174263
Binary10000011100000111111111001111000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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