Html Css Color HEX #85764A Shadow

📋 copy color: '#85764A'

red 133 ◦ green 118 ◦ blue 74

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

Shades of Shadow #85764A

Tints of Shadow #85764A

RGB

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

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

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

R = 40.92%
G = 36.31%
B = 22.77%

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

#85764A (or 0x85764A) is known color: Shadow. HEX triplet: 85, 76 and 4A. RGB value is (133,118,74). Sum of RGB (Red+Green+Blue) = 133+118+74=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85764A is #7A89B5. Grayscale: #757575. Windows color (decimal): -8030646 or 4880005. OLE color: 4880005.

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

Color convert

RGB 133 118 74 -
CMYK 0 0.11 0.44 0.48
HSL 44.75º 0.29% 0.41% -
HSV(B) 44.75º 0.44% 0.52% -
XYZ 17.39 18.44 9.12 -
YUV 117.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 133 118 74 0 0.11 0.44 0.48 44.75 0.29 0.41
Hex 85 76 4A 0 B 2C 30 2D 1D 29
Octal 205 166 112 0 13 54 60 55 35 51
Binary 10000101 1110110 1001010 0 1011 101100 110000 101101 11101 101001

Color Harmonies of #85764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85764A

Black with #85764A

Text Example


Text Example

White with #85764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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