#8B8483

Color #8B8483 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #8B8483

Tints of Suva Grey #8B8483

Color information

#8B8483 (or 0x8B8483) is unknown color: approx Suva Grey. HEX triplet: 8B, 84 and 83. RGB value is (139,132,131). Sum of RGB (Red+Green+Blue) = 139+132+131=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8483 is #747B7C. Grayscale: #858585. Windows color (decimal): -7633789 or 8619147. OLE color: 8619147.

HSL color Cylindrical-coordinate representation of color #8B8483: hue angle of 7.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8483 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB139132131-
CMYK00.050.060.45
HSL7.5º3.33%52.94%-
HSV(B)7.5º5.76%54.51%-
XYZ2323.6324.82-
YUV133.98126.32131.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.58%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=34.58%
G=32.84%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913213100.050.060.457.53.3352.94
Hex8B84830562D8335
Octal2132042030565510365
Binary1000101110000100100000110101110101101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8483; }

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

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

<style>
 a { background-color: #8B8483; }

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

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

<style>
 span { border-color: #8B8483; }

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

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