#948380

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

Shades of Suva Grey #948380

Tints of Suva Grey #948380

Color information

#948380 (or 0x948380) is unknown color: approx Suva Grey. HEX triplet: 94, 83 and 80. RGB value is (148,131,128). Sum of RGB (Red+Green+Blue) = 148+131+128=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #948380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948380 is #6B7C7F. Grayscale: #878787. Windows color (decimal): -7044224 or 8422292. OLE color: 8422292.

HSL color Cylindrical-coordinate representation of color #948380: hue angle of 9º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948380 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB148131128-
CMYK00.110.140.42
HSL8.55%54.12%-
HSV(B)13.51%58.04%-
XYZ24.2324.0923.79-
YUV135.74123.63136.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 131 (51.56% from 255) = 32.19%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=36.36%
G=32.19%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112800.110.140.4298.5554.12
Hex9483800BE2A9936
Octal2242032000131652111166
Binary10010100100000111000000001011111010101010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948380; }

 p { color: rgb(148,131,128); }

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

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

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

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

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

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

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