Html Css Color HEX #857150 Shadow

📋 copy color: '#857150'

red 133 ◦ green 113 ◦ blue 80

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

Shades of Shadow #857150

Tints of Shadow #857150

RGB

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

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

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

R = 40.8%
G = 34.66%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#857150 (or 0x857150) is known color: Shadow. HEX triplet: 85, 71 and 50. RGB value is (133,113,80). Sum of RGB (Red+Green+Blue) = 133+113+80=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #857150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857150 is #7A8EAF. Grayscale: #737373. Windows color (decimal): -8031920 or 5271941. OLE color: 5271941.

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

Color convert

RGB 133 113 80 -
CMYK 0 0.15 0.40 0.48
HSL 37.36º 0.25% 0.42% -
HSV(B) 37.36º 0.4% 0.52% -
XYZ 17.03 17.38 10.05 -
YUV 115.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 133 113 80 0 0.15 0.40 0.48 37.36 0.25 0.42
Hex 85 71 50 0 F 28 30 25 19 2A
Octal 205 161 120 0 17 50 60 45 31 52
Binary 10000101 1110001 1010000 0 1111 101000 110000 100101 11001 101010

Color Harmonies of #857150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857150

Black with #857150

Text Example


Text Example

White with #857150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857150; }

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

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

background-color css

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

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

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

border-color css

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

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

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