#93817E

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

Shades of Suva Grey #93817E

Tints of Suva Grey #93817E

Color information

#93817E (or 0x93817E) is unknown color: approx Suva Grey. HEX triplet: 93, 81 and 7E. RGB value is (147,129,126). Sum of RGB (Red+Green+Blue) = 147+129+126=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 147 - color contains mainly: red. Hex color #93817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93817E is #6C7E81. Grayscale: #868686. Windows color (decimal): -7110274 or 8290707. OLE color: 8290707.

HSL color Cylindrical-coordinate representation of color #93817E: hue angle of 8.57º degrees, saturation: 0.09, 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 #93817E is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB147129126-
CMYK00.120.140.42
HSL8.57º8.86%53.53%-
HSV(B)8.57º14.29%57.65%-
XYZ23.6523.4123.01-
YUV134.04123.46137.24-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.57%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=36.57%
G=32.09%
B=31.34%

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
Decimal14712912600.120.140.428.578.8653.53
Hex93817E0CE2A9936
Octal2232011760141652111166
Binary1001001110000001111111001100111010101010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,129,126); }

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

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

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

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

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

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

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