Html Css Color HEX #85764C Shadow

📋 copy color: '#85764C'

red 133 ◦ green 118 ◦ blue 76

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

Shades of Shadow #85764C

Tints of Shadow #85764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.24%

R = 40.67%
G = 36.09%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85764C (or 0x85764C) is known color: Shadow. HEX triplet: 85, 76 and 4C. RGB value is (133,118,76). Sum of RGB (Red+Green+Blue) = 133+118+76=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85764C is #7A89B3. Grayscale: #757575. Windows color (decimal): -8030644 or 5011077. OLE color: 5011077.

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

Color convert

RGB 133 118 76 -
CMYK 0 0.11 0.43 0.48
HSL 44.21º 0.27% 0.41% -
HSV(B) 44.21º 0.43% 0.52% -
XYZ 17.46 18.47 9.48 -
YUV 117.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 133 118 76 0 0.11 0.43 0.48 44.21 0.27 0.41
Hex 85 76 4C 0 B 2B 30 2C 1B 29
Octal 205 166 114 0 13 53 60 54 33 51
Binary 10000101 1110110 1001100 0 1011 101011 110000 101100 11011 101001

Color Harmonies of #85764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85764C

Black with #85764C

Text Example


Text Example

White with #85764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85764C; }

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

 H1.HeaderClassName
 {
   color: #85764C;
 }
 .AnyTagClassName
 {
   color: #85764C;
 }
</style>

background-color css

<style>
 a { background-color: #85764C; }

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

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

border-color css

<style>
 span { border-color: #85764C; }

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

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