Html Css Color HEX #85795E Stonewall

📋 copy color: '#85795E'

red 133 ◦ green 121 ◦ blue 94

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

Shades of Stonewall #85795E

Tints of Stonewall #85795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 94 (37.11% from 255) = 27.01%

R = 38.22%
G = 34.77%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85795E (or 0x85795E) is known color: Stonewall. HEX triplet: 85, 79 and 5E. RGB value is (133,121,94). Sum of RGB (Red+Green+Blue) = 133+121+94=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #85795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85795E is #7A86A1. Grayscale: #797979. Windows color (decimal): -8029858 or 6191493. OLE color: 6191493.

HSL color Cylindrical-coordinate representation of color #85795E: hue angle of 41.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85795E is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 121 94 -
CMYK 0 0.09 0.29 0.48
HSL 41.54º 0.17% 0.45% -
HSV(B) 41.54º 0.29% 0.52% -
XYZ 18.53 19.47 13.37 -
YUV 121.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 133 121 94 0 0.09 0.29 0.48 41.54 0.17 0.45
Hex 85 79 5E 0 9 1D 30 2A 11 2D
Octal 205 171 136 0 11 35 60 52 21 55
Binary 10000101 1111001 1011110 0 1001 11101 110000 101010 10001 101101

Color Harmonies of #85795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85795E

Black with #85795E

Text Example


Text Example

White with #85795E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85795E; }

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

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

background-color css

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

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

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

border-color css

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

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

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