Html Css Color HEX #85754A Shadow

📋 copy color: '#85754A'

red 133 ◦ green 117 ◦ blue 74

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

Shades of Shadow #85754A

Tints of Shadow #85754A

RGB

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

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

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

R = 41.05%
G = 36.11%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85754A (or 0x85754A) is known color: Shadow. HEX triplet: 85, 75 and 4A. RGB value is (133,117,74). Sum of RGB (Red+Green+Blue) = 133+117+74=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85754A is #7A8AB5. Grayscale: #757575. Windows color (decimal): -8030902 or 4879749. OLE color: 4879749.

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

Color convert

RGB 133 117 74 -
CMYK 0 0.12 0.44 0.48
HSL 43.73º 0.29% 0.41% -
HSV(B) 43.73º 0.44% 0.52% -
XYZ 17.27 18.2 9.08 -
YUV 116.88 103.8 139.5 -
System Red Green Blue C M Y K H S L
Decimal 133 117 74 0 0.12 0.44 0.48 43.73 0.29 0.41
Hex 85 75 4A 0 C 2C 30 2C 1D 29
Octal 205 165 112 0 14 54 60 54 35 51
Binary 10000101 1110101 1001010 0 1100 101100 110000 101100 11101 101001

Color Harmonies of #85754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85754A

Black with #85754A

Text Example


Text Example

White with #85754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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