#8B8381

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

Shades of Suva Grey #8B8381

Tints of Suva Grey #8B8381

Color information

#8B8381 (or 0x8B8381) is unknown color: approx Suva Grey. HEX triplet: 8B, 83 and 81. RGB value is (139,131,129). Sum of RGB (Red+Green+Blue) = 139+131+129=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8381 is #747C7E. Grayscale: #858585. Windows color (decimal): -7634047 or 8487819. OLE color: 8487819.

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

Color convert

RGB139131129-
CMYK00.060.070.45
HSL12º4.13%52.55%-
HSV(B)12º7.19%54.51%-
XYZ22.7323.3124.07-
YUV133.16125.65132.16-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.84%
GREEN value IS 131 (51.56% from 255) = 32.83%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=34.84%
G=32.83%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913112900.060.070.45124.1352.55
Hex8B83810672Dc435
Octal2132032010675514465
Binary10001011100000111000000101101111011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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