#93828A

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

Shades of Venus #93828A

Tints of Venus #93828A

Color information

#93828A (or 0x93828A) is unknown color: approx Venus. HEX triplet: 93, 82 and 8A. RGB value is (147,130,138). Sum of RGB (Red+Green+Blue) = 147+130+138=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 147 - color contains mainly: red. Hex color #93828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828A is #6C7D75. Grayscale: #878787. Windows color (decimal): -7110006 or 9077395. OLE color: 9077395.

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

Color convert

RGB147130138-
CMYK00.120.060.42
HSL331.76º7.3%54.31%-
HSV(B)331.76º11.56%57.65%-
XYZ24.62427.38-
YUV136129.13135.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=35.42%
G=31.33%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713013800.120.060.42331.767.354.31
Hex93828A0C62A14c736
Octal223202212014652514766
Binary10010011100000101000101001100110101010101001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93828A; }

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

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

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

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

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

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

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

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