Html Css Color HEX #85774A Shadow

📋 copy color: '#85774A'

red 133 ◦ green 119 ◦ blue 74

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

Shades of Shadow #85774A

Tints of Shadow #85774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 40.8%
G = 36.5%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85774A (or 0x85774A) is known color: Shadow. HEX triplet: 85, 77 and 4A. RGB value is (133,119,74). Sum of RGB (Red+Green+Blue) = 133+119+74=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85774A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85774A is #7A88B5. Grayscale: #767676. Windows color (decimal): -8030390 or 4880261. OLE color: 4880261.

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

Color convert

RGB 133 119 74 -
CMYK 0 0.11 0.44 0.48
HSL 45.76º 0.29% 0.41% -
HSV(B) 45.76º 0.44% 0.52% -
XYZ 17.51 18.67 9.16 -
YUV 118.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 133 119 74 0 0.11 0.44 0.48 45.76 0.29 0.41
Hex 85 77 4A 0 B 2C 30 2E 1D 29
Octal 205 167 112 0 13 54 60 56 35 51
Binary 10000101 1110111 1001010 0 1011 101100 110000 101110 11101 101001

Color Harmonies of #85774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85774A

Black with #85774A

Text Example


Text Example

White with #85774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,119,74); }

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

background-color css

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

 a { background-color: rgb(133,119,74); }

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

border-color css

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

 span { border-color: rgb(133,119,74); }

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