#948385

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

Shades of Venus #948385

Tints of Venus #948385

Color information

#948385 (or 0x948385) is unknown color: approx Venus. HEX triplet: 94, 83 and 85. RGB value is (148,131,133). Sum of RGB (Red+Green+Blue) = 148+131+133=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948385 is #6B7C7A. Grayscale: #888888. Windows color (decimal): -7044219 or 8749972. OLE color: 8749972.

HSL color Cylindrical-coordinate representation of color #948385: hue angle of 352.94º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948385 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB148131133-
CMYK00.110.100.42
HSL352.94º7.36%54.71%-
HSV(B)352.94º11.49%58.04%-
XYZ24.5624.2225.57-
YUV136.31126.13136.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=35.92%
G=31.80%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813113300.110.100.42352.947.3654.71
Hex9483850BA2A161737
Octal2242032050131252541767
Binary100101001000001110000101010111010101010101100001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948385; }

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

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

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

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

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

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

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

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