#93747B

Color #93747B Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #93747B

Tints of Venus #93747B

Color information

#93747B (or 0x93747B) is unknown color: approx Venus. HEX triplet: 93, 74 and 7B. RGB value is (147,116,123). Sum of RGB (Red+Green+Blue) = 147+116+123=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #93747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93747B is #6C8B84. Grayscale: #7E7E7E. Windows color (decimal): -7113605 or 8090771. OLE color: 8090771.

HSL color Cylindrical-coordinate representation of color #93747B: hue angle of 346.45º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93747B is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147116123-
CMYK00.210.160.42
HSL346.45º12.55%51.57%-
HSV(B)346.45º21.09%57.65%-
XYZ21.8520.1221.47-
YUV126.07126.27142.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=38.08%
G=30.05%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711612300.210.160.42346.4512.5551.57
Hex93747B015102A15ad34
Octal22316417302520525321564
Binary1001001111101001111011010101100001010101010110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93747B; }

 p { color: rgb(147,116,123); }

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

<style>
 a { background-color: #93747B; }

 a { background-color: rgb(147,116,123); }

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

<style>
 span { border-color: #93747B; }

 span { border-color: rgb(147,116,123); }

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