#94837E

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

Shades of Suva Grey #94837E

Tints of Suva Grey #94837E

Color information

#94837E (or 0x94837E) is unknown color: approx Suva Grey. HEX triplet: 94, 83 and 7E. RGB value is (148,131,126). Sum of RGB (Red+Green+Blue) = 148+131+126=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 148 - color contains mainly: red. Hex color #94837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94837E is #6B7C81. Grayscale: #878787. Windows color (decimal): -7044226 or 8291220. OLE color: 8291220.

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

Color convert

RGB148131126-
CMYK00.110.150.42
HSL13.64º9.32%53.73%-
HSV(B)13.64º14.86%58.04%-
XYZ24.0924.0323.11-
YUV135.51122.63136.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=36.54%
G=32.35%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813112600.110.150.4213.649.3253.73
Hex94837E0BF2Ae936
Octal2242031760131752161166
Binary1001010010000011111111001011111110101011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94837E; }

 p { color: rgb(148,131,126); }

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

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

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

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

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

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

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