#948481

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

Shades of Suva Grey #948481

Tints of Suva Grey #948481

Color information

#948481 (or 0x948481) is unknown color: approx Suva Grey. HEX triplet: 94, 84 and 81. RGB value is (148,132,129). Sum of RGB (Red+Green+Blue) = 148+132+129=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948481 is #6B7B7E. Grayscale: #888888. Windows color (decimal): -7043967 or 8488084. OLE color: 8488084.

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

Color convert

RGB148132129-
CMYK00.110.130.42
HSL9.47º8.15%54.31%-
HSV(B)9.47º12.84%58.04%-
XYZ24.4324.3824.19-
YUV136.44123.8136.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=36.19%
G=32.27%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813212900.110.130.429.478.1554.31
Hex9484810BD2A9836
Octal2242042010131552111066
Binary10010100100001001000000101011110110101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948481; }

 p { color: rgb(148,132,129); }

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

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

 a { background-color: rgb(148,132,129); }

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

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

 span { border-color: rgb(148,132,129); }

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