#849393

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

Shades of Submarine #849393

Tints of Submarine #849393

Color information

#849393 (or 0x849393) is unknown color: approx Submarine. HEX triplet: 84, 93 and 93. RGB value is (132,147,147). Sum of RGB (Red+Green+Blue) = 132+147+147=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #849393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849393 is #7B6C6C. Grayscale: #8E8E8E. Windows color (decimal): -8088685 or 9671556. OLE color: 9671556.

HSL color Cylindrical-coordinate representation of color #849393: hue angle of 180º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849393 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132147147-
CMYK0.10000.42
HSL180º6.49%54.71%-
HSV(B)180º10.2%57.65%-
XYZ25.2227.8831.66-
YUV142.52130.53120.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=30.99%
G=34.51%
B=34.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471470.10000.421806.4954.71
Hex849393A002Ab4637
Octal204223223120052264667
Binary10000100100100111001001110100010101010110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849393; }

 p { color: rgb(132,147,147); }

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

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

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

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

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

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

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