Html Css Color HEX #85774D Shadow

📋 copy color: '#85774D'

red 133 ◦ green 119 ◦ blue 77

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

Shades of Shadow #85774D

Tints of Shadow #85774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 40.43%
G = 36.17%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85774D (or 0x85774D) is known color: Shadow. HEX triplet: 85, 77 and 4D. RGB value is (133,119,77). Sum of RGB (Red+Green+Blue) = 133+119+77=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85774D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85774D is #7A88B2. Grayscale: #767676. Windows color (decimal): -8030387 or 5076869. OLE color: 5076869.

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

Color convert

RGB 133 119 77 -
CMYK 0 0.11 0.42 0.48
HSL 45º 0.27% 0.41% -
HSV(B) 45º 0.42% 0.52% -
XYZ 17.61 18.72 9.71 -
YUV 118.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 133 119 77 0 0.11 0.42 0.48 45 0.27 0.41
Hex 85 77 4D 0 B 2A 30 2D 1B 29
Octal 205 167 115 0 13 52 60 55 33 51
Binary 10000101 1110111 1001101 0 1011 101010 110000 101101 11011 101001

Color Harmonies of #85774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85774D

Black with #85774D

Text Example


Text Example

White with #85774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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