#93827F

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

Shades of Suva Grey #93827F

Tints of Suva Grey #93827F

Color information

#93827F (or 0x93827F) is unknown color: approx Suva Grey. HEX triplet: 93, 82 and 7F. RGB value is (147,130,127). Sum of RGB (Red+Green+Blue) = 147+130+127=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93827F is #6C7D80. Grayscale: #868686. Windows color (decimal): -7110017 or 8356499. OLE color: 8356499.

HSL color Cylindrical-coordinate representation of color #93827F: hue angle of 9º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93827F is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147130127-
CMYK00.120.140.42
HSL8.47%53.73%-
HSV(B)13.61%57.65%-
XYZ23.8523.723.4-
YUV134.74123.63136.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 127 (50% from 255) = 31.44%
R=36.39%
G=32.18%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713012700.120.140.4298.4753.73
Hex93827F0CE2A9836
Octal2232021770141652111066
Binary1001001110000010111111101100111010101010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93827F; }

 p { color: rgb(147,130,127); }

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

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

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

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

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

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

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