#83847E

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

Shades of Jumbo #83847E

Tints of Jumbo #83847E

Color information

#83847E (or 0x83847E) is unknown color: approx Jumbo. HEX triplet: 83, 84 and 7E. RGB value is (131,132,126). Sum of RGB (Red+Green+Blue) = 131+132+126=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 132 - color contains mainly: green. Hex color #83847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847E is #7C7B81. Grayscale: #838383. Windows color (decimal): -8158082 or 8291459. OLE color: 8291459.

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

Color convert

RGB131132126-
CMYK0.0100.050.48
HSL70º2.38%50.59%-
HSV(B)70º4.55%51.76%-
XYZ21.3822.8323.02-
YUV131.02125.17127.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 126 (49.61% from 255) = 32.39%
R=33.68%
G=33.93%
B=32.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321260.0100.050.48702.3850.59
Hex83847E1053046233
Octal20320417610560106263
Binary1000001110000100111111010101110000100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83847E; }

 p { color: rgb(131,132,126); }

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

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

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

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

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

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

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