Html Css Color HEX #85754C Shadow

📋 copy color: '#85754C'

red 133 ◦ green 117 ◦ blue 76

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

Shades of Shadow #85754C

Tints of Shadow #85754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.89%

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

R = 40.8%
G = 35.89%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85754C (or 0x85754C) is known color: Shadow. HEX triplet: 85, 75 and 4C. RGB value is (133,117,76). Sum of RGB (Red+Green+Blue) = 133+117+76=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85754C is #7A8AB3. Grayscale: #757575. Windows color (decimal): -8030900 or 5010821. OLE color: 5010821.

HSL color Cylindrical-coordinate representation of color #85754C: hue angle of 43.16º 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 #85754C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 76 -
CMYK 0 0.12 0.43 0.48
HSL 43.16º 0.27% 0.41% -
HSV(B) 43.16º 0.43% 0.52% -
XYZ 17.34 18.23 9.44 -
YUV 117.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 133 117 76 0 0.12 0.43 0.48 43.16 0.27 0.41
Hex 85 75 4C 0 C 2B 30 2B 1B 29
Octal 205 165 114 0 14 53 60 53 33 51
Binary 10000101 1110101 1001100 0 1100 101011 110000 101011 11011 101001

Color Harmonies of #85754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85754C

Black with #85754C

Text Example


Text Example

White with #85754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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