#908382

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

Shades of Suva Grey #908382

Tints of Suva Grey #908382

Color information

#908382 (or 0x908382) is unknown color: approx Suva Grey. HEX triplet: 90, 83 and 82. RGB value is (144,131,130). Sum of RGB (Red+Green+Blue) = 144+131+130=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #908382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908382 is #6F7C7D. Grayscale: #868686. Windows color (decimal): -7306366 or 8553360. OLE color: 8553360.

HSL color Cylindrical-coordinate representation of color #908382: hue angle of 4.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908382 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB144131130-
CMYK00.090.100.44
HSL4.29º5.93%53.73%-
HSV(B)4.29º9.72%56.47%-
XYZ23.6523.7724.46-
YUV134.77125.31134.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=35.56%
G=32.35%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113000.090.100.444.295.9353.73
Hex90838209A2C4636
Octal22020320201112544666
Binary100100001000001110000010010011010101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908382; }

 p { color: rgb(144,131,130); }

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

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

 a { background-color: rgb(144,131,130); }

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

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

 span { border-color: rgb(144,131,130); }

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