#83847F

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

Shades of Jumbo #83847F

Tints of Jumbo #83847F

Color information

#83847F (or 0x83847F) is unknown color: approx Jumbo. HEX triplet: 83, 84 and 7F. RGB value is (131,132,127). Sum of RGB (Red+Green+Blue) = 131+132+127=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 132 - color contains mainly: green. Hex color #83847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83847F is #7C7B80. Grayscale: #838383. Windows color (decimal): -8158081 or 8356995. OLE color: 8356995.

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

Color convert

RGB131132127-
CMYK0.0100.040.48
HSL72º1.99%50.78%-
HSV(B)72º3.79%51.76%-
XYZ21.4422.8623.36-
YUV131.13125.67127.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 127 (50% from 255) = 32.56%
R=33.59%
G=33.85%
B=32.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321270.0100.040.48721.9950.78
Hex83847F1043048233
Octal20320417710460110263
Binary1000001110000100111111110100110000100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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