#93817D

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

Shades of Suva Grey #93817D

Tints of Suva Grey #93817D

Color information

#93817D (or 0x93817D) is unknown color: approx Suva Grey. HEX triplet: 93, 81 and 7D. RGB value is (147,129,125). Sum of RGB (Red+Green+Blue) = 147+129+125=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93817D is #6C7E82. Grayscale: #858585. Windows color (decimal): -7110275 or 8225171. OLE color: 8225171.

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

Color convert

RGB147129125-
CMYK00.120.150.42
HSL10.91º9.24%53.33%-
HSV(B)10.91º14.97%57.65%-
XYZ23.5823.3822.67-
YUV133.93122.96137.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=36.66%
G=32.17%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712912500.120.150.4210.919.2453.33
Hex93817D0CF2Ab935
Octal2232011750141752131165
Binary1001001110000001111110101100111110101010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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