Html Css Color HEX #857550 Shadow

📋 copy color: '#857550'

red 133 ◦ green 117 ◦ blue 80

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

Shades of Shadow #857550

Tints of Shadow #857550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 40.3%
G = 35.45%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#857550 (or 0x857550) is known color: Shadow. HEX triplet: 85, 75 and 50. RGB value is (133,117,80). Sum of RGB (Red+Green+Blue) = 133+117+80=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #857550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857550 is #7A8AAF. Grayscale: #757575. Windows color (decimal): -8030896 or 5272965. OLE color: 5272965.

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

Color convert

RGB 133 117 80 -
CMYK 0 0.12 0.40 0.48
HSL 41.89º 0.25% 0.42% -
HSV(B) 41.89º 0.4% 0.52% -
XYZ 17.48 18.29 10.2 -
YUV 117.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 133 117 80 0 0.12 0.40 0.48 41.89 0.25 0.42
Hex 85 75 50 0 C 28 30 2A 19 2A
Octal 205 165 120 0 14 50 60 52 31 52
Binary 10000101 1110101 1010000 0 1100 101000 110000 101010 11001 101010

Color Harmonies of #857550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857550

Black with #857550

Text Example


Text Example

White with #857550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857550; }

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

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

background-color css

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

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

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

border-color css

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

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

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