Html Css Color HEX #85765E Stonewall

📋 copy color: '#85765E'

red 133 ◦ green 118 ◦ blue 94

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

Shades of Stonewall #85765E

Tints of Stonewall #85765E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 38.55%
G = 34.2%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85765E (or 0x85765E) is known color: Stonewall. HEX triplet: 85, 76 and 5E. RGB value is (133,118,94). Sum of RGB (Red+Green+Blue) = 133+118+94=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85765E is #7A89A1. Grayscale: #777777. Windows color (decimal): -8030626 or 6190725. OLE color: 6190725.

HSL color Cylindrical-coordinate representation of color #85765E: hue angle of 36.92º 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 #85765E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 94 -
CMYK 0 0.11 0.29 0.48
HSL 36.92º 0.17% 0.45% -
HSV(B) 36.92º 0.29% 0.52% -
XYZ 18.17 18.75 13.25 -
YUV 119.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 133 118 94 0 0.11 0.29 0.48 36.92 0.17 0.45
Hex 85 76 5E 0 B 1D 30 25 11 2D
Octal 205 166 136 0 13 35 60 45 21 55
Binary 10000101 1110110 1011110 0 1011 11101 110000 100101 10001 101101

Color Harmonies of #85765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85765E

Black with #85765E

Text Example


Text Example

White with #85765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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