Html Css Color HEX #85754F Shadow

📋 copy color: '#85754F'

red 133 ◦ green 117 ◦ blue 79

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

Shades of Shadow #85754F

Tints of Shadow #85754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 40.43%
G = 35.56%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85754F (or 0x85754F) is known color: Shadow. HEX triplet: 85, 75 and 4F. RGB value is (133,117,79). Sum of RGB (Red+Green+Blue) = 133+117+79=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85754F is #7A8AB0. Grayscale: #757575. Windows color (decimal): -8030897 or 5207429. OLE color: 5207429.

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

Color convert

RGB 133 117 79 -
CMYK 0 0.12 0.41 0.48
HSL 42.22º 0.25% 0.42% -
HSV(B) 42.22º 0.41% 0.52% -
XYZ 17.45 18.27 10 -
YUV 117.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 133 117 79 0 0.12 0.41 0.48 42.22 0.25 0.42
Hex 85 75 4F 0 C 29 30 2A 19 2A
Octal 205 165 117 0 14 51 60 52 31 52
Binary 10000101 1110101 1001111 0 1100 101001 110000 101010 11001 101010

Color Harmonies of #85754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85754F

Black with #85754F

Text Example


Text Example

White with #85754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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