#857379

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

Shades of Venus #857379

Tints of Venus #857379

Color information

#857379 (or 0x857379) is unknown color: approx Venus. HEX triplet: 85, 73 and 79. RGB value is (133,115,121). Sum of RGB (Red+Green+Blue) = 133+115+121=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #857379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857379 is #7A8C86. Grayscale: #797979. Windows color (decimal): -8031367 or 7959429. OLE color: 7959429.

HSL color Cylindrical-coordinate representation of color #857379: hue angle of 340º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #857379 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB133115121-
CMYK00.140.090.48
HSL340º7.26%48.63%-
HSV(B)340º13.53%52.16%-
XYZ19.2518.6320.67-
YUV121.07127.96136.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=36.04%
G=31.17%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311512100.140.090.483407.2648.63
Hex8573790E930154731
Octal2051631710161160524761
Binary1000010111100111111001011101001110000101010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857379; }

 p { color: rgb(133,115,121); }

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

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

 a { background-color: rgb(133,115,121); }

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

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

 span { border-color: rgb(133,115,121); }

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