Html Css Color HEX #85765B Stonewall

📋 copy color: '#85765B'

red 133 ◦ green 118 ◦ blue 91

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

Shades of Stonewall #85765B

Tints of Stonewall #85765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 38.89%
G = 34.5%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85765B (or 0x85765B) is known color: Stonewall. HEX triplet: 85, 76 and 5B. RGB value is (133,118,91). Sum of RGB (Red+Green+Blue) = 133+118+91=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85765B is #7A89A4. Grayscale: #777777. Windows color (decimal): -8030629 or 5994117. OLE color: 5994117.

HSL color Cylindrical-coordinate representation of color #85765B: hue angle of 38.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85765B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 91 -
CMYK 0 0.11 0.32 0.48
HSL 38.57º 0.19% 0.44% -
HSV(B) 38.57º 0.32% 0.52% -
XYZ 18.04 18.7 12.56 -
YUV 119.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 133 118 91 0 0.11 0.32 0.48 38.57 0.19 0.44
Hex 85 76 5B 0 B 20 30 27 13 2C
Octal 205 166 133 0 13 40 60 47 23 54
Binary 10000101 1110110 1011011 0 1011 100000 110000 100111 10011 101100

Color Harmonies of #85765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85765B

Black with #85765B

Text Example


Text Example

White with #85765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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