Html Css Color HEX #849393 Submarine

📋 copy color: '#849393'

red 132 ◦ green 147 ◦ blue 147

#849393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #849393

Tints of Submarine #849393

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 value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#849393 (or 0x849393) is known color: 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

RGB 132 147 147 -
CMYK 0.10 0 0 0.42
HSL 180º 0.06% 0.55% -
HSV(B) 180º 0.1% 0.58% -
XYZ 25.22 27.88 31.66 -
YUV 142.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 132 147 147 0.10 0 0 0.42 180 0.06 0.55
Hex 84 93 93 A 0 0 2A B4 6 37
Octal 204 223 223 12 0 0 52 264 6 67
Binary 10000100 10010011 10010011 1010 0 0 101010 10110100 110 110111

Color Harmonies of #849393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849393

Black with #849393

Text Example


Text Example

White with #849393

Text Example


Text Example

HTML Codes & Css Web 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>