Html Css Color HEX #858D73 Gunsmoke

📋 copy color: '#858D73'

red 133 ◦ green 141 ◦ blue 115

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

Shades of Gunsmoke #858D73

Tints of Gunsmoke #858D73

RGB

 RED value IS 133 (52.34% from 255) = 34.19%

 GREEN value IS 141 (55.47% from 255) = 36.25%

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 34.19%
G = 36.25%
B = 29.56%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#858D73 (or 0x858D73) is known color: Gunsmoke. HEX triplet: 85, 8D and 73. RGB value is (133,141,115). Sum of RGB (Red+Green+Blue) = 133+141+115=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #858D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D73 is #7A728C. Grayscale: #878787. Windows color (decimal): -8024717 or 7572869. OLE color: 7572869.

HSL color Cylindrical-coordinate representation of color #858D73: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858D73 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 141 115 -
CMYK 0.06 0 0.18 0.45
HSL 78.46º 0.1% 0.5% -
HSV(B) 78.46º 0.18% 0.55% -
XYZ 22.29 25.27 19.92 -
YUV 135.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 133 141 115 0.06 0 0.18 0.45 78.46 0.1 0.5
Hex 85 8D 73 6 0 12 2D 4E A 32
Octal 205 215 163 6 0 22 55 116 12 62
Binary 10000101 10001101 1110011 110 0 10010 101101 1001110 1010 110010

Color Harmonies of #858D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D73

Black with #858D73

Text Example


Text Example

White with #858D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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