#908383

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

Shades of Opium #908383

Tints of Opium #908383

Color information

#908383 (or 0x908383) is unknown color: approx Opium. HEX triplet: 90, 83 and 83. RGB value is (144,131,131). Sum of RGB (Red+Green+Blue) = 144+131+131=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908383 is #6F7C7C. Grayscale: #868686. Windows color (decimal): -7306365 or 8618896. OLE color: 8618896.

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

Color convert

RGB144131131-
CMYK00.090.090.44
HSL5.53%53.92%-
HSV(B)9.03%56.47%-
XYZ23.7123.824.82-
YUV134.89125.81134.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=35.47%
G=32.27%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113100.090.090.4405.5353.92
Hex9083830992C0636
Octal22020320301111540666
Binary1001000010000011100000110100110011011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908383; }

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

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

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

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

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

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

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

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