Html Css Color HEX #85714A Shadow

📋 copy color: '#85714A'

red 133 ◦ green 113 ◦ blue 74

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

Shades of Shadow #85714A

Tints of Shadow #85714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 41.56%
G = 35.31%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85714A (or 0x85714A) is known color: Shadow. HEX triplet: 85, 71 and 4A. RGB value is (133,113,74). Sum of RGB (Red+Green+Blue) = 133+113+74=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #85714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85714A is #7A8EB5. Grayscale: #727272. Windows color (decimal): -8031926 or 4878725. OLE color: 4878725.

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

Color convert

RGB 133 113 74 -
CMYK 0 0.15 0.44 0.48
HSL 39.66º 0.29% 0.41% -
HSV(B) 39.66º 0.44% 0.52% -
XYZ 16.81 17.29 8.93 -
YUV 114.53 105.13 141.17 -
System Red Green Blue C M Y K H S L
Decimal 133 113 74 0 0.15 0.44 0.48 39.66 0.29 0.41
Hex 85 71 4A 0 F 2C 30 28 1D 29
Octal 205 161 112 0 17 54 60 50 35 51
Binary 10000101 1110001 1001010 0 1111 101100 110000 101000 11101 101001

Color Harmonies of #85714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85714A

Black with #85714A

Text Example


Text Example

White with #85714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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