Html Css Color HEX #858F73 Gunsmoke

📋 copy color: '#858F73'

red 133 ◦ green 143 ◦ blue 115

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

Shades of Gunsmoke #858F73

Tints of Gunsmoke #858F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

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

R = 34.02%
G = 36.57%
B = 29.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#858F73 (or 0x858F73) is known color: Gunsmoke. HEX triplet: 85, 8F and 73. RGB value is (133,143,115). Sum of RGB (Red+Green+Blue) = 133+143+115=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #858F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F73 is #7A708C. Grayscale: #888888. Windows color (decimal): -8024205 or 7573381. OLE color: 7573381.

HSL color Cylindrical-coordinate representation of color #858F73: hue angle of 81.43º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #858F73 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 143 115 -
CMYK 0.07 0 0.20 0.44
HSL 81.43º 0.11% 0.51% -
HSV(B) 81.43º 0.2% 0.56% -
XYZ 22.59 25.87 20.02 -
YUV 136.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 133 143 115 0.07 0 0.20 0.44 81.43 0.11 0.51
Hex 85 8F 73 7 0 14 2C 51 B 33
Octal 205 217 163 7 0 24 54 121 13 63
Binary 10000101 10001111 1110011 111 0 10100 101100 1010001 1011 110011

Color Harmonies of #858F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858F73

Black with #858F73

Text Example


Text Example

White with #858F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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