Html Css Color HEX #85785A Stonewall

📋 copy color: '#85785A'

red 133 ◦ green 120 ◦ blue 90

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

Shades of Stonewall #85785A

Tints of Stonewall #85785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 38.78%
G = 34.99%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85785A (or 0x85785A) is known color: Stonewall. HEX triplet: 85, 78 and 5A. RGB value is (133,120,90). Sum of RGB (Red+Green+Blue) = 133+120+90=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85785A is #7A87A5. Grayscale: #787878. Windows color (decimal): -8030118 or 5929093. OLE color: 5929093.

HSL color Cylindrical-coordinate representation of color #85785A: hue angle of 41.86º 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 #85785A is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 120 90 -
CMYK 0 0.10 0.32 0.48
HSL 41.86º 0.19% 0.44% -
HSV(B) 41.86º 0.32% 0.52% -
XYZ 18.23 19.16 12.41 -
YUV 120.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 133 120 90 0 0.10 0.32 0.48 41.86 0.19 0.44
Hex 85 78 5A 0 A 20 30 2A 13 2C
Octal 205 170 132 0 12 40 60 52 23 54
Binary 10000101 1111000 1011010 0 1010 100000 110000 101010 10011 101100

Color Harmonies of #85785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85785A

Black with #85785A

Text Example


Text Example

White with #85785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85785A; }

 p { color: rgb(133,120,90); }

 H1.HeaderClassName
 {
   color: #85785A;
 }
 .AnyTagClassName
 {
   color: #85785A;
 }
</style>

background-color css

<style>
 a { background-color: #85785A; }

 a { background-color: rgb(133,120,90); }

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

border-color css

<style>
 span { border-color: #85785A; }

 span { border-color: rgb(133,120,90); }

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