Html Css Color HEX #839475 Amulet

📋 copy color: '#839475'

red 131 ◦ green 148 ◦ blue 117

#839475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #839475

Tints of Amulet #839475

RGB

 RED value IS 131 (51.56% from 255) = 33.08%

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 33.08%
G = 37.37%
B = 29.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#839475 (or 0x839475) is known color: Amulet. HEX triplet: 83, 94 and 75. RGB value is (131,148,117). Sum of RGB (Red+Green+Blue) = 131+148+117=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #839475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839475 is #7C6B8A. Grayscale: #8B8B8B. Windows color (decimal): -8153995 or 7705731. OLE color: 7705731.

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

Color convert

RGB 131 148 117 -
CMYK 0.11 0 0.21 0.42
HSL 92.9º 0.13% 0.52% -
HSV(B) 92.9º 0.21% 0.58% -
XYZ 23.16 27.29 20.88 -
YUV 139.38 115.37 122.02 -
System Red Green Blue C M Y K H S L
Decimal 131 148 117 0.11 0 0.21 0.42 92.9 0.13 0.52
Hex 83 94 75 B 0 15 2A 5D D 34
Octal 203 224 165 13 0 25 52 135 15 64
Binary 10000011 10010100 1110101 1011 0 10101 101010 1011101 1101 110100

Color Harmonies of #839475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839475

Black with #839475

Text Example


Text Example

White with #839475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839475; }

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

 H1.HeaderClassName
 {
   color: #839475;
 }
 .AnyTagClassName
 {
   color: #839475;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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