#839575

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

Shades of Amulet #839575

Tints of Amulet #839575

Color information

#839575 (or 0x839575) is unknown color: approx Amulet. HEX triplet: 83, 95 and 75. RGB value is (131,149,117). Sum of RGB (Red+Green+Blue) = 131+149+117=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #839575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839575 is #7C6A8A. Grayscale: #8C8C8C. Windows color (decimal): -8153739 or 7705987. OLE color: 7705987.

HSL color Cylindrical-coordinate representation of color #839575: hue angle of 93.75º 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 #839575 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB131149117-
CMYK0.1200.210.42
HSL93.75º13.11%52.16%-
HSV(B)93.75º21.48%58.43%-
XYZ23.3227.620.93-
YUV139.97115.04121.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=33.00%
G=37.53%
B=29.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491170.1200.210.4293.7513.1152.16
Hex839575C0152A5ed34
Octal20322516514025521361564
Binary10000011100101011110101110001010110101010111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839575; }

 p { color: rgb(131,149,117); }

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

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

 a { background-color: rgb(131,149,117); }

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

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

 span { border-color: rgb(131,149,117); }

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